Shades of Geebung #C78B24
Tints of Geebung #C78B24
RGB
CMYK
RGB Variations
Color information
#C78B24 (or 0xC78B24) is known color: Geebung. HEX triplet: C7, 8B and 24. RGB value is (199,139,36). Sum of RGB (Red+Green+Blue) = 199+139+36=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78B24 is #3874DB. Grayscale: #919191. Windows color (decimal): -3699932 or 2395079. OLE color: 2395079.
HSL color Cylindrical-coordinate representation of color #C78B24: hue angle of 37.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78B24 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 36 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.22 |
| HSL | 37.91º | 0.69% | 0.46% | - |
| HSV(B) | 37.91º | 0.82% | 0.78% | - |
| XYZ | 33.1 | 30.73 | 5.86 | - |
| YUV | 145.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 36 | 0 | 0.30 | 0.82 | 0.22 | 37.91 | 0.69 | 0.46 |
| Hex | C7 | 8B | 24 | 0 | 1E | 52 | 16 | 26 | 45 | 2E |
| Octal | 307 | 213 | 44 | 0 | 36 | 122 | 26 | 46 | 105 | 56 |
| Binary | 11000111 | 10001011 | 100100 | 0 | 11110 | 1010010 | 10110 | 100110 | 1000101 | 101110 |
Color Harmonies of #C78B24
Complementary color
Monochromatic Colors of #C78B24
Black with #C78B24
Text Example
Text Example
White with #C78B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B24; }
p { color: rgb(199,139,36); }
H1.HeaderClassName
{
color: #C78B24;
}
.AnyTagClassName
{
color: #C78B24;
}
</style>
background-color css
<style>
a { background-color: #C78B24; }
a { background-color: rgb(199,139,36); }
div.DivClassName
{
background-color: #C78B24;
}
.BgClassName
{
background-color: #C78B24;
}
</style>
border-color css
<style>
span { border-color: #C78B24; }
span { border-color: rgb(199,139,36); }
td.TdClassName
{
border-color: #C78B24;
}
.TagClassName
{
border-color: #C78B24;
}
</style>