Shades of Geebung #C7842E
Tints of Geebung #C7842E
RGB
CMYK
RGB Variations
Color information
#C7842E (or 0xC7842E) is known color: Geebung. HEX triplet: C7, 84 and 2E. RGB value is (199,132,46). Sum of RGB (Red+Green+Blue) = 199+132+46=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7842E is #387BD1. Grayscale: #8E8E8E. Windows color (decimal): -3701714 or 3048647. OLE color: 3048647.
HSL color Cylindrical-coordinate representation of color #C7842E: hue angle of 33.73º degrees, saturation: 0.62, 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 #C7842E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 46 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.22 |
| HSL | 33.73º | 0.62% | 0.48% | - |
| HSV(B) | 33.73º | 0.77% | 0.78% | - |
| XYZ | 32.3 | 28.84 | 6.45 | - |
| YUV | 142.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 46 | 0 | 0.34 | 0.77 | 0.22 | 33.73 | 0.62 | 0.48 |
| Hex | C7 | 84 | 2E | 0 | 22 | 4D | 16 | 22 | 3E | 30 |
| Octal | 307 | 204 | 56 | 0 | 42 | 115 | 26 | 42 | 76 | 60 |
| Binary | 11000111 | 10000100 | 101110 | 0 | 100010 | 1001101 | 10110 | 100010 | 111110 | 110000 |
Color Harmonies of #C7842E
Complementary color
Monochromatic Colors of #C7842E
Black with #C7842E
Text Example
Text Example
White with #C7842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7842E; }
p { color: rgb(199,132,46); }
H1.HeaderClassName
{
color: #C7842E;
}
.AnyTagClassName
{
color: #C7842E;
}
</style>
background-color css
<style>
a { background-color: #C7842E; }
a { background-color: rgb(199,132,46); }
div.DivClassName
{
background-color: #C7842E;
}
.BgClassName
{
background-color: #C7842E;
}
</style>
border-color css
<style>
span { border-color: #C7842E; }
span { border-color: rgb(199,132,46); }
td.TdClassName
{
border-color: #C7842E;
}
.TagClassName
{
border-color: #C7842E;
}
</style>