Shades of Geebung #C8842B
Tints of Geebung #C8842B
RGB
CMYK
RGB Variations
Color information
#C8842B (or 0xC8842B) is known color: Geebung. HEX triplet: C8, 84 and 2B. RGB value is (200,132,43). Sum of RGB (Red+Green+Blue) = 200+132+43=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8842B is #377BD4. Grayscale: #8E8E8E. Windows color (decimal): -3636181 or 2852040. OLE color: 2852040.
HSL color Cylindrical-coordinate representation of color #C8842B: hue angle of 34.01º 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 #C8842B is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 43 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.22 |
| HSL | 34.01º | 0.65% | 0.48% | - |
| HSV(B) | 34.01º | 0.79% | 0.78% | - |
| XYZ | 32.51 | 28.96 | 6.16 | - |
| YUV | 142.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 43 | 0 | 0.34 | 0.78 | 0.22 | 34.01 | 0.65 | 0.48 |
| Hex | C8 | 84 | 2B | 0 | 22 | 4E | 16 | 22 | 41 | 30 |
| Octal | 310 | 204 | 53 | 0 | 42 | 116 | 26 | 42 | 101 | 60 |
| Binary | 11001000 | 10000100 | 101011 | 0 | 100010 | 1001110 | 10110 | 100010 | 1000001 | 110000 |
Color Harmonies of #C8842B
Complementary color
Monochromatic Colors of #C8842B
Black with #C8842B
Text Example
Text Example
White with #C8842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8842B; }
p { color: rgb(200,132,43); }
H1.HeaderClassName
{
color: #C8842B;
}
.AnyTagClassName
{
color: #C8842B;
}
</style>
background-color css
<style>
a { background-color: #C8842B; }
a { background-color: rgb(200,132,43); }
div.DivClassName
{
background-color: #C8842B;
}
.BgClassName
{
background-color: #C8842B;
}
</style>
border-color css
<style>
span { border-color: #C8842B; }
span { border-color: rgb(200,132,43); }
td.TdClassName
{
border-color: #C8842B;
}
.TagClassName
{
border-color: #C8842B;
}
</style>