Shades of Geebung #C8832D
Tints of Geebung #C8832D
RGB
CMYK
RGB Variations
Color information
#C8832D (or 0xC8832D) is known color: Geebung. HEX triplet: C8, 83 and 2D. RGB value is (200,131,45). Sum of RGB (Red+Green+Blue) = 200+131+45=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8832D is #377CD2. Grayscale: #8E8E8E. Windows color (decimal): -3636435 or 2982856. OLE color: 2982856.
HSL color Cylindrical-coordinate representation of color #C8832D: hue angle of 33.29º 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 #C8832D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 45 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.22 |
| HSL | 33.29º | 0.63% | 0.48% | - |
| HSV(B) | 33.29º | 0.78% | 0.78% | - |
| XYZ | 32.41 | 28.7 | 6.31 | - |
| YUV | 141.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 45 | 0 | 0.34 | 0.78 | 0.22 | 33.29 | 0.63 | 0.48 |
| Hex | C8 | 83 | 2D | 0 | 22 | 4E | 16 | 21 | 3F | 30 |
| Octal | 310 | 203 | 55 | 0 | 42 | 116 | 26 | 41 | 77 | 60 |
| Binary | 11001000 | 10000011 | 101101 | 0 | 100010 | 1001110 | 10110 | 100001 | 111111 | 110000 |
Color Harmonies of #C8832D
Complementary color
Monochromatic Colors of #C8832D
Black with #C8832D
Text Example
Text Example
White with #C8832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8832D; }
p { color: rgb(200,131,45); }
H1.HeaderClassName
{
color: #C8832D;
}
.AnyTagClassName
{
color: #C8832D;
}
</style>
background-color css
<style>
a { background-color: #C8832D; }
a { background-color: rgb(200,131,45); }
div.DivClassName
{
background-color: #C8832D;
}
.BgClassName
{
background-color: #C8832D;
}
</style>
border-color css
<style>
span { border-color: #C8832D; }
span { border-color: rgb(200,131,45); }
td.TdClassName
{
border-color: #C8832D;
}
.TagClassName
{
border-color: #C8832D;
}
</style>