Shades of Geebung #C78826
Tints of Geebung #C78826
RGB
CMYK
RGB Variations
Color information
#C78826 (or 0xC78826) is known color: Geebung. HEX triplet: C7, 88 and 26. RGB value is (199,136,38). Sum of RGB (Red+Green+Blue) = 199+136+38=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C78826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78826 is #3877D9. Grayscale: #909090. Windows color (decimal): -3700698 or 2525383. OLE color: 2525383.
HSL color Cylindrical-coordinate representation of color #C78826: hue angle of 36.52º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C78826 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 38 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.22 |
| HSL | 36.52º | 0.68% | 0.46% | - |
| HSV(B) | 36.52º | 0.81% | 0.78% | - |
| XYZ | 32.71 | 29.89 | 5.88 | - |
| YUV | 143.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 38 | 0 | 0.32 | 0.81 | 0.22 | 36.52 | 0.68 | 0.46 |
| Hex | C7 | 88 | 26 | 0 | 20 | 51 | 16 | 25 | 44 | 2E |
| Octal | 307 | 210 | 46 | 0 | 40 | 121 | 26 | 45 | 104 | 56 |
| Binary | 11000111 | 10001000 | 100110 | 0 | 100000 | 1010001 | 10110 | 100101 | 1000100 | 101110 |
Color Harmonies of #C78826
Complementary color
Monochromatic Colors of #C78826
Black with #C78826
Text Example
Text Example
White with #C78826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78826; }
p { color: rgb(199,136,38); }
H1.HeaderClassName
{
color: #C78826;
}
.AnyTagClassName
{
color: #C78826;
}
</style>
background-color css
<style>
a { background-color: #C78826; }
a { background-color: rgb(199,136,38); }
div.DivClassName
{
background-color: #C78826;
}
.BgClassName
{
background-color: #C78826;
}
</style>
border-color css
<style>
span { border-color: #C78826; }
span { border-color: rgb(199,136,38); }
td.TdClassName
{
border-color: #C78826;
}
.TagClassName
{
border-color: #C78826;
}
</style>