Shades of Geebung #C88A24
Tints of Geebung #C88A24
RGB
CMYK
RGB Variations
Color information
#C88A24 (or 0xC88A24) is known color: Geebung. HEX triplet: C8, 8A and 24. RGB value is (200,138,36). Sum of RGB (Red+Green+Blue) = 200+138+36=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A24 is #3775DB. Grayscale: #919191. Windows color (decimal): -3634652 or 2394824. OLE color: 2394824.
HSL color Cylindrical-coordinate representation of color #C88A24: hue angle of 37.32º 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 #C88A24 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 36 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.22 |
| HSL | 37.32º | 0.69% | 0.46% | - |
| HSV(B) | 37.32º | 0.82% | 0.78% | - |
| XYZ | 33.23 | 30.58 | 5.82 | - |
| YUV | 144.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 36 | 0 | 0.31 | 0.82 | 0.22 | 37.32 | 0.69 | 0.46 |
| Hex | C8 | 8A | 24 | 0 | 1F | 52 | 16 | 25 | 45 | 2E |
| Octal | 310 | 212 | 44 | 0 | 37 | 122 | 26 | 45 | 105 | 56 |
| Binary | 11001000 | 10001010 | 100100 | 0 | 11111 | 1010010 | 10110 | 100101 | 1000101 | 101110 |
Color Harmonies of #C88A24
Complementary color
Monochromatic Colors of #C88A24
Black with #C88A24
Text Example
Text Example
White with #C88A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A24; }
p { color: rgb(200,138,36); }
H1.HeaderClassName
{
color: #C88A24;
}
.AnyTagClassName
{
color: #C88A24;
}
</style>
background-color css
<style>
a { background-color: #C88A24; }
a { background-color: rgb(200,138,36); }
div.DivClassName
{
background-color: #C88A24;
}
.BgClassName
{
background-color: #C88A24;
}
</style>
border-color css
<style>
span { border-color: #C88A24; }
span { border-color: rgb(200,138,36); }
td.TdClassName
{
border-color: #C88A24;
}
.TagClassName
{
border-color: #C88A24;
}
</style>