Shades of Geebung #C8872C
Tints of Geebung #C8872C
RGB
CMYK
RGB Variations
Color information
#C8872C (or 0xC8872C) is known color: Geebung. HEX triplet: C8, 87 and 2C. RGB value is (200,135,44). Sum of RGB (Red+Green+Blue) = 200+135+44=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8872C is #3778D3. Grayscale: #909090. Windows color (decimal): -3635412 or 2918344. OLE color: 2918344.
HSL color Cylindrical-coordinate representation of color #C8872C: hue angle of 35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8872C is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 44 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.22 |
| HSL | 35º | 0.64% | 0.48% | - |
| HSV(B) | 35º | 0.78% | 0.78% | - |
| XYZ | 32.94 | 29.79 | 6.4 | - |
| YUV | 144.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 44 | 0 | 0.32 | 0.78 | 0.22 | 35 | 0.64 | 0.48 |
| Hex | C8 | 87 | 2C | 0 | 20 | 4E | 16 | 23 | 40 | 30 |
| Octal | 310 | 207 | 54 | 0 | 40 | 116 | 26 | 43 | 100 | 60 |
| Binary | 11001000 | 10000111 | 101100 | 0 | 100000 | 1001110 | 10110 | 100011 | 1000000 | 110000 |
Color Harmonies of #C8872C
Complementary color
Monochromatic Colors of #C8872C
Black with #C8872C
Text Example
Text Example
White with #C8872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8872C; }
p { color: rgb(200,135,44); }
H1.HeaderClassName
{
color: #C8872C;
}
.AnyTagClassName
{
color: #C8872C;
}
</style>
background-color css
<style>
a { background-color: #C8872C; }
a { background-color: rgb(200,135,44); }
div.DivClassName
{
background-color: #C8872C;
}
.BgClassName
{
background-color: #C8872C;
}
</style>
border-color css
<style>
span { border-color: #C8872C; }
span { border-color: rgb(200,135,44); }
td.TdClassName
{
border-color: #C8872C;
}
.TagClassName
{
border-color: #C8872C;
}
</style>