Shades of Geebung #C88724
Tints of Geebung #C88724
RGB
CMYK
RGB Variations
Color information
#C88724 (or 0xC88724) is known color: Geebung. HEX triplet: C8, 87 and 24. RGB value is (200,135,36). Sum of RGB (Red+Green+Blue) = 200+135+36=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C88724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88724 is #3778DB. Grayscale: #8F8F8F. Windows color (decimal): -3635420 or 2394056. OLE color: 2394056.
HSL color Cylindrical-coordinate representation of color #C88724: hue angle of 36.22º 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 #C88724 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 36 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.22 |
| HSL | 36.22º | 0.69% | 0.46% | - |
| HSV(B) | 36.22º | 0.82% | 0.78% | - |
| XYZ | 32.8 | 29.73 | 5.68 | - |
| YUV | 143.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 36 | 0 | 0.32 | 0.82 | 0.22 | 36.22 | 0.69 | 0.46 |
| Hex | C8 | 87 | 24 | 0 | 20 | 52 | 16 | 24 | 45 | 2E |
| Octal | 310 | 207 | 44 | 0 | 40 | 122 | 26 | 44 | 105 | 56 |
| Binary | 11001000 | 10000111 | 100100 | 0 | 100000 | 1010010 | 10110 | 100100 | 1000101 | 101110 |
Color Harmonies of #C88724
Complementary color
Monochromatic Colors of #C88724
Black with #C88724
Text Example
Text Example
White with #C88724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88724; }
p { color: rgb(200,135,36); }
H1.HeaderClassName
{
color: #C88724;
}
.AnyTagClassName
{
color: #C88724;
}
</style>
background-color css
<style>
a { background-color: #C88724; }
a { background-color: rgb(200,135,36); }
div.DivClassName
{
background-color: #C88724;
}
.BgClassName
{
background-color: #C88724;
}
</style>
border-color css
<style>
span { border-color: #C88724; }
span { border-color: rgb(200,135,36); }
td.TdClassName
{
border-color: #C88724;
}
.TagClassName
{
border-color: #C88724;
}
</style>