Shades of Geebung #C78420
Tints of Geebung #C78420
RGB
CMYK
RGB Variations
Color information
#C78420 (or 0xC78420) is known color: Geebung. HEX triplet: C7, 84 and 20. RGB value is (199,132,32). Sum of RGB (Red+Green+Blue) = 199+132+32=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C78420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78420 is #387BDF. Grayscale: #8D8D8D. Windows color (decimal): -3701728 or 2131143. OLE color: 2131143.
HSL color Cylindrical-coordinate representation of color #C78420: hue angle of 35.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C78420 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 32 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.22 |
| HSL | 35.93º | 0.72% | 0.45% | - |
| HSV(B) | 35.93º | 0.84% | 0.78% | - |
| XYZ | 32.07 | 28.75 | 5.23 | - |
| YUV | 140.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 32 | 0 | 0.34 | 0.84 | 0.22 | 35.93 | 0.72 | 0.45 |
| Hex | C7 | 84 | 20 | 0 | 22 | 54 | 16 | 24 | 48 | 2D |
| Octal | 307 | 204 | 40 | 0 | 42 | 124 | 26 | 44 | 110 | 55 |
| Binary | 11000111 | 10000100 | 100000 | 0 | 100010 | 1010100 | 10110 | 100100 | 1001000 | 101101 |
Color Harmonies of #C78420
Complementary color
Monochromatic Colors of #C78420
Black with #C78420
Text Example
Text Example
White with #C78420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78420; }
p { color: rgb(199,132,32); }
H1.HeaderClassName
{
color: #C78420;
}
.AnyTagClassName
{
color: #C78420;
}
</style>
background-color css
<style>
a { background-color: #C78420; }
a { background-color: rgb(199,132,32); }
div.DivClassName
{
background-color: #C78420;
}
.BgClassName
{
background-color: #C78420;
}
</style>
border-color css
<style>
span { border-color: #C78420; }
span { border-color: rgb(199,132,32); }
td.TdClassName
{
border-color: #C78420;
}
.TagClassName
{
border-color: #C78420;
}
</style>