Shades of Geebung #C7841E
Tints of Geebung #C7841E
RGB
CMYK
RGB Variations
Color information
#C7841E (or 0xC7841E) is known color: Geebung. HEX triplet: C7, 84 and 1E. RGB value is (199,132,30). Sum of RGB (Red+Green+Blue) = 199+132+30=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7841E is #387BE1. Grayscale: #8C8C8C. Windows color (decimal): -3701730 or 2000071. OLE color: 2000071.
HSL color Cylindrical-coordinate representation of color #C7841E: hue angle of 36.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7841E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 30 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.22 |
| HSL | 36.21º | 0.74% | 0.45% | - |
| HSV(B) | 36.21º | 0.85% | 0.78% | - |
| XYZ | 32.04 | 28.74 | 5.09 | - |
| YUV | 140.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 30 | 0 | 0.34 | 0.85 | 0.22 | 36.21 | 0.74 | 0.45 |
| Hex | C7 | 84 | 1E | 0 | 22 | 55 | 16 | 24 | 4A | 2D |
| Octal | 307 | 204 | 36 | 0 | 42 | 125 | 26 | 44 | 112 | 55 |
| Binary | 11000111 | 10000100 | 11110 | 0 | 100010 | 1010101 | 10110 | 100100 | 1001010 | 101101 |
Color Harmonies of #C7841E
Complementary color
Monochromatic Colors of #C7841E
Black with #C7841E
Text Example
Text Example
White with #C7841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7841E; }
p { color: rgb(199,132,30); }
H1.HeaderClassName
{
color: #C7841E;
}
.AnyTagClassName
{
color: #C7841E;
}
</style>
background-color css
<style>
a { background-color: #C7841E; }
a { background-color: rgb(199,132,30); }
div.DivClassName
{
background-color: #C7841E;
}
.BgClassName
{
background-color: #C7841E;
}
</style>
border-color css
<style>
span { border-color: #C7841E; }
span { border-color: rgb(199,132,30); }
td.TdClassName
{
border-color: #C7841E;
}
.TagClassName
{
border-color: #C7841E;
}
</style>