Shades of Geebung #C8892E
Tints of Geebung #C8892E
RGB
CMYK
RGB Variations
Color information
#C8892E (or 0xC8892E) is known color: Geebung. HEX triplet: C8, 89 and 2E. RGB value is (200,137,46). Sum of RGB (Red+Green+Blue) = 200+137+46=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8892E is #3776D1. Grayscale: #919191. Windows color (decimal): -3634898 or 3049928. OLE color: 3049928.
HSL color Cylindrical-coordinate representation of color #C8892E: hue angle of 35.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8892E is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 46 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.22 |
| HSL | 35.45º | 0.63% | 0.48% | - |
| HSV(B) | 35.45º | 0.77% | 0.78% | - |
| XYZ | 33.26 | 30.37 | 6.69 | - |
| YUV | 145.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 46 | 0 | 0.32 | 0.77 | 0.22 | 35.45 | 0.63 | 0.48 |
| Hex | C8 | 89 | 2E | 0 | 20 | 4D | 16 | 23 | 3F | 30 |
| Octal | 310 | 211 | 56 | 0 | 40 | 115 | 26 | 43 | 77 | 60 |
| Binary | 11001000 | 10001001 | 101110 | 0 | 100000 | 1001101 | 10110 | 100011 | 111111 | 110000 |
Color Harmonies of #C8892E
Complementary color
Monochromatic Colors of #C8892E
Black with #C8892E
Text Example
Text Example
White with #C8892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8892E; }
p { color: rgb(200,137,46); }
H1.HeaderClassName
{
color: #C8892E;
}
.AnyTagClassName
{
color: #C8892E;
}
</style>
background-color css
<style>
a { background-color: #C8892E; }
a { background-color: rgb(200,137,46); }
div.DivClassName
{
background-color: #C8892E;
}
.BgClassName
{
background-color: #C8892E;
}
</style>
border-color css
<style>
span { border-color: #C8892E; }
span { border-color: rgb(200,137,46); }
td.TdClassName
{
border-color: #C8892E;
}
.TagClassName
{
border-color: #C8892E;
}
</style>