Shades of Geebung #C8862B
Tints of Geebung #C8862B
RGB
CMYK
RGB Variations
Color information
#C8862B (or 0xC8862B) is known color: Geebung. HEX triplet: C8, 86 and 2B. RGB value is (200,134,43). Sum of RGB (Red+Green+Blue) = 200+134+43=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8862B is #3779D4. Grayscale: #8F8F8F. Windows color (decimal): -3635669 or 2852552. OLE color: 2852552.
HSL color Cylindrical-coordinate representation of color #C8862B: hue angle of 34.78º degrees, saturation: 0.65, 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 #C8862B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.22 |
| HSL | 34.78º | 0.65% | 0.48% | - |
| HSV(B) | 34.78º | 0.79% | 0.78% | - |
| XYZ | 32.78 | 29.5 | 6.25 | - |
| YUV | 143.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 43 | 0 | 0.33 | 0.78 | 0.22 | 34.78 | 0.65 | 0.48 |
| Hex | C8 | 86 | 2B | 0 | 21 | 4E | 16 | 23 | 41 | 30 |
| Octal | 310 | 206 | 53 | 0 | 41 | 116 | 26 | 43 | 101 | 60 |
| Binary | 11001000 | 10000110 | 101011 | 0 | 100001 | 1001110 | 10110 | 100011 | 1000001 | 110000 |
Color Harmonies of #C8862B
Complementary color
Monochromatic Colors of #C8862B
Black with #C8862B
Text Example
Text Example
White with #C8862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8862B; }
p { color: rgb(200,134,43); }
H1.HeaderClassName
{
color: #C8862B;
}
.AnyTagClassName
{
color: #C8862B;
}
</style>
background-color css
<style>
a { background-color: #C8862B; }
a { background-color: rgb(200,134,43); }
div.DivClassName
{
background-color: #C8862B;
}
.BgClassName
{
background-color: #C8862B;
}
</style>
border-color css
<style>
span { border-color: #C8862B; }
span { border-color: rgb(200,134,43); }
td.TdClassName
{
border-color: #C8862B;
}
.TagClassName
{
border-color: #C8862B;
}
</style>