Shades of Geebung #CC8524
Tints of Geebung #CC8524
RGB
CMYK
RGB Variations
Color information
#CC8524 (or 0xCC8524) is known color: Geebung. HEX triplet: CC, 85 and 24. RGB value is (204,133,36). Sum of RGB (Red+Green+Blue) = 204+133+36=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8524 is #337ADB. Grayscale: #8F8F8F. Windows color (decimal): -3373788 or 2393548. OLE color: 2393548.
HSL color Cylindrical-coordinate representation of color #CC8524: hue angle of 34.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8524 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 36 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.2 |
| HSL | 34.64º | 0.7% | 0.47% | - |
| HSV(B) | 34.64º | 0.82% | 0.8% | - |
| XYZ | 33.61 | 29.74 | 5.64 | - |
| YUV | 143.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 36 | 0 | 0.35 | 0.82 | 0.2 | 34.64 | 0.7 | 0.47 |
| Hex | CC | 85 | 24 | 0 | 23 | 52 | 14 | 23 | 46 | 2F |
| Octal | 314 | 205 | 44 | 0 | 43 | 122 | 24 | 43 | 106 | 57 |
| Binary | 11001100 | 10000101 | 100100 | 0 | 100011 | 1010010 | 10100 | 100011 | 1000110 | 101111 |
Color Harmonies of #CC8524
Complementary color
Monochromatic Colors of #CC8524
Black with #CC8524
Text Example
Text Example
White with #CC8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8524; }
p { color: rgb(204,133,36); }
H1.HeaderClassName
{
color: #CC8524;
}
.AnyTagClassName
{
color: #CC8524;
}
</style>
background-color css
<style>
a { background-color: #CC8524; }
a { background-color: rgb(204,133,36); }
div.DivClassName
{
background-color: #CC8524;
}
.BgClassName
{
background-color: #CC8524;
}
</style>
border-color css
<style>
span { border-color: #CC8524; }
span { border-color: rgb(204,133,36); }
td.TdClassName
{
border-color: #CC8524;
}
.TagClassName
{
border-color: #CC8524;
}
</style>