Shades of Geebung #C8822B
Tints of Geebung #C8822B
RGB
CMYK
RGB Variations
Color information
#C8822B (or 0xC8822B) is known color: Geebung. HEX triplet: C8, 82 and 2B. RGB value is (200,130,43). Sum of RGB (Red+Green+Blue) = 200+130+43=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8822B is #377DD4. Grayscale: #8D8D8D. Windows color (decimal): -3636693 or 2851528. OLE color: 2851528.
HSL color Cylindrical-coordinate representation of color #C8822B: hue angle of 33.25º 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 #C8822B is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 43 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.22 |
| HSL | 33.25º | 0.65% | 0.48% | - |
| HSV(B) | 33.25º | 0.79% | 0.78% | - |
| XYZ | 32.24 | 28.42 | 6.07 | - |
| YUV | 141.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 43 | 0 | 0.35 | 0.78 | 0.22 | 33.25 | 0.65 | 0.48 |
| Hex | C8 | 82 | 2B | 0 | 23 | 4E | 16 | 21 | 41 | 30 |
| Octal | 310 | 202 | 53 | 0 | 43 | 116 | 26 | 41 | 101 | 60 |
| Binary | 11001000 | 10000010 | 101011 | 0 | 100011 | 1001110 | 10110 | 100001 | 1000001 | 110000 |
Color Harmonies of #C8822B
Complementary color
Monochromatic Colors of #C8822B
Black with #C8822B
Text Example
Text Example
White with #C8822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8822B; }
p { color: rgb(200,130,43); }
H1.HeaderClassName
{
color: #C8822B;
}
.AnyTagClassName
{
color: #C8822B;
}
</style>
background-color css
<style>
a { background-color: #C8822B; }
a { background-color: rgb(200,130,43); }
div.DivClassName
{
background-color: #C8822B;
}
.BgClassName
{
background-color: #C8822B;
}
</style>
border-color css
<style>
span { border-color: #C8822B; }
span { border-color: rgb(200,130,43); }
td.TdClassName
{
border-color: #C8822B;
}
.TagClassName
{
border-color: #C8822B;
}
</style>