Shades of Geebung #C8851E
Tints of Geebung #C8851E
RGB
CMYK
RGB Variations
Color information
#C8851E (or 0xC8851E) is known color: Geebung. HEX triplet: C8, 85 and 1E. RGB value is (200,133,30). Sum of RGB (Red+Green+Blue) = 200+133+30=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8851E is #377AE1. Grayscale: #8D8D8D. Windows color (decimal): -3635938 or 2000328. OLE color: 2000328.
HSL color Cylindrical-coordinate representation of color #C8851E: hue angle of 36.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8851E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 30 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.22 |
| HSL | 36.35º | 0.74% | 0.45% | - |
| HSV(B) | 36.35º | 0.85% | 0.78% | - |
| XYZ | 32.44 | 29.15 | 5.14 | - |
| YUV | 141.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 30 | 0 | 0.34 | 0.85 | 0.22 | 36.35 | 0.74 | 0.45 |
| Hex | C8 | 85 | 1E | 0 | 22 | 55 | 16 | 24 | 4A | 2D |
| Octal | 310 | 205 | 36 | 0 | 42 | 125 | 26 | 44 | 112 | 55 |
| Binary | 11001000 | 10000101 | 11110 | 0 | 100010 | 1010101 | 10110 | 100100 | 1001010 | 101101 |
Color Harmonies of #C8851E
Complementary color
Monochromatic Colors of #C8851E
Black with #C8851E
Text Example
Text Example
White with #C8851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8851E; }
p { color: rgb(200,133,30); }
H1.HeaderClassName
{
color: #C8851E;
}
.AnyTagClassName
{
color: #C8851E;
}
</style>
background-color css
<style>
a { background-color: #C8851E; }
a { background-color: rgb(200,133,30); }
div.DivClassName
{
background-color: #C8851E;
}
.BgClassName
{
background-color: #C8851E;
}
</style>
border-color css
<style>
span { border-color: #C8851E; }
span { border-color: rgb(200,133,30); }
td.TdClassName
{
border-color: #C8851E;
}
.TagClassName
{
border-color: #C8851E;
}
</style>