Shades of Geebung #C78524
Tints of Geebung #C78524
RGB
CMYK
RGB Variations
Color information
#C78524 (or 0xC78524) is known color: Geebung. HEX triplet: C7, 85 and 24. RGB value is (199,133,36). Sum of RGB (Red+Green+Blue) = 199+133+36=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C78524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78524 is #387ADB. Grayscale: #8E8E8E. Windows color (decimal): -3701468 or 2393543. OLE color: 2393543.
HSL color Cylindrical-coordinate representation of color #C78524: hue angle of 35.71º 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 #C78524 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 36 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.22 |
| HSL | 35.71º | 0.69% | 0.46% | - |
| HSV(B) | 35.71º | 0.82% | 0.78% | - |
| XYZ | 32.26 | 29.04 | 5.57 | - |
| YUV | 141.68 | 68.37 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 36 | 0 | 0.33 | 0.82 | 0.22 | 35.71 | 0.69 | 0.46 |
| Hex | C7 | 85 | 24 | 0 | 21 | 52 | 16 | 24 | 45 | 2E |
| Octal | 307 | 205 | 44 | 0 | 41 | 122 | 26 | 44 | 105 | 56 |
| Binary | 11000111 | 10000101 | 100100 | 0 | 100001 | 1010010 | 10110 | 100100 | 1000101 | 101110 |
Color Harmonies of #C78524
Complementary color
Monochromatic Colors of #C78524
Black with #C78524
Text Example
Text Example
White with #C78524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78524; }
p { color: rgb(199,133,36); }
H1.HeaderClassName
{
color: #C78524;
}
.AnyTagClassName
{
color: #C78524;
}
</style>
background-color css
<style>
a { background-color: #C78524; }
a { background-color: rgb(199,133,36); }
div.DivClassName
{
background-color: #C78524;
}
.BgClassName
{
background-color: #C78524;
}
</style>
border-color css
<style>
span { border-color: #C78524; }
span { border-color: rgb(199,133,36); }
td.TdClassName
{
border-color: #C78524;
}
.TagClassName
{
border-color: #C78524;
}
</style>