Shades of Geebung #C8832F
Tints of Geebung #C8832F
RGB
CMYK
RGB Variations
Color information
#C8832F (or 0xC8832F) is known color: Geebung. HEX triplet: C8, 83 and 2F. RGB value is (200,131,47). Sum of RGB (Red+Green+Blue) = 200+131+47=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8832F is #377CD0. Grayscale: #8E8E8E. Windows color (decimal): -3636433 or 3113928. OLE color: 3113928.
HSL color Cylindrical-coordinate representation of color #C8832F: hue angle of 32.94º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8832F is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 47 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.22 |
| HSL | 32.94º | 0.62% | 0.48% | - |
| HSV(B) | 32.94º | 0.77% | 0.78% | - |
| XYZ | 32.45 | 28.72 | 6.52 | - |
| YUV | 142.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 47 | 0 | 0.34 | 0.76 | 0.22 | 32.94 | 0.62 | 0.48 |
| Hex | C8 | 83 | 2F | 0 | 22 | 4C | 16 | 21 | 3E | 30 |
| Octal | 310 | 203 | 57 | 0 | 42 | 114 | 26 | 41 | 76 | 60 |
| Binary | 11001000 | 10000011 | 101111 | 0 | 100010 | 1001100 | 10110 | 100001 | 111110 | 110000 |
Color Harmonies of #C8832F
Complementary color
Monochromatic Colors of #C8832F
Black with #C8832F
Text Example
Text Example
White with #C8832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8832F; }
p { color: rgb(200,131,47); }
H1.HeaderClassName
{
color: #C8832F;
}
.AnyTagClassName
{
color: #C8832F;
}
</style>
background-color css
<style>
a { background-color: #C8832F; }
a { background-color: rgb(200,131,47); }
div.DivClassName
{
background-color: #C8832F;
}
.BgClassName
{
background-color: #C8832F;
}
</style>
border-color css
<style>
span { border-color: #C8832F; }
span { border-color: rgb(200,131,47); }
td.TdClassName
{
border-color: #C8832F;
}
.TagClassName
{
border-color: #C8832F;
}
</style>