Shades of Geebung #C78426
Tints of Geebung #C78426
RGB
CMYK
RGB Variations
Color information
#C78426 (or 0xC78426) is known color: Geebung. HEX triplet: C7, 84 and 26. RGB value is (199,132,38). Sum of RGB (Red+Green+Blue) = 199+132+38=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C78426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78426 is #387BD9. Grayscale: #8D8D8D. Windows color (decimal): -3701722 or 2524359. OLE color: 2524359.
HSL color Cylindrical-coordinate representation of color #C78426: hue angle of 35.03º 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 #C78426 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 38 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.22 |
| HSL | 35.03º | 0.68% | 0.46% | - |
| HSV(B) | 35.03º | 0.81% | 0.78% | - |
| XYZ | 32.15 | 28.78 | 5.69 | - |
| YUV | 141.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 38 | 0 | 0.34 | 0.81 | 0.22 | 35.03 | 0.68 | 0.46 |
| Hex | C7 | 84 | 26 | 0 | 22 | 51 | 16 | 23 | 44 | 2E |
| Octal | 307 | 204 | 46 | 0 | 42 | 121 | 26 | 43 | 104 | 56 |
| Binary | 11000111 | 10000100 | 100110 | 0 | 100010 | 1010001 | 10110 | 100011 | 1000100 | 101110 |
Color Harmonies of #C78426
Complementary color
Monochromatic Colors of #C78426
Black with #C78426
Text Example
Text Example
White with #C78426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78426; }
p { color: rgb(199,132,38); }
H1.HeaderClassName
{
color: #C78426;
}
.AnyTagClassName
{
color: #C78426;
}
</style>
background-color css
<style>
a { background-color: #C78426; }
a { background-color: rgb(199,132,38); }
div.DivClassName
{
background-color: #C78426;
}
.BgClassName
{
background-color: #C78426;
}
</style>
border-color css
<style>
span { border-color: #C78426; }
span { border-color: rgb(199,132,38); }
td.TdClassName
{
border-color: #C78426;
}
.TagClassName
{
border-color: #C78426;
}
</style>