Shades of Geebung #C7861F
Tints of Geebung #C7861F
RGB
CMYK
RGB Variations
Color information
#C7861F (or 0xC7861F) is known color: Geebung. HEX triplet: C7, 86 and 1F. RGB value is (199,134,31). Sum of RGB (Red+Green+Blue) = 199+134+31=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7861F is #3879E0. Grayscale: #8E8E8E. Windows color (decimal): -3701217 or 2066119. OLE color: 2066119.
HSL color Cylindrical-coordinate representation of color #C7861F: hue angle of 36.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7861F is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 31 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.22 |
| HSL | 36.79º | 0.73% | 0.45% | - |
| HSV(B) | 36.79º | 0.84% | 0.78% | - |
| XYZ | 32.33 | 29.29 | 5.25 | - |
| YUV | 141.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 31 | 0 | 0.33 | 0.84 | 0.22 | 36.79 | 0.73 | 0.45 |
| Hex | C7 | 86 | 1F | 0 | 21 | 54 | 16 | 25 | 49 | 2D |
| Octal | 307 | 206 | 37 | 0 | 41 | 124 | 26 | 45 | 111 | 55 |
| Binary | 11000111 | 10000110 | 11111 | 0 | 100001 | 1010100 | 10110 | 100101 | 1001001 | 101101 |
Color Harmonies of #C7861F
Complementary color
Monochromatic Colors of #C7861F
Black with #C7861F
Text Example
Text Example
White with #C7861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7861F; }
p { color: rgb(199,134,31); }
H1.HeaderClassName
{
color: #C7861F;
}
.AnyTagClassName
{
color: #C7861F;
}
</style>
background-color css
<style>
a { background-color: #C7861F; }
a { background-color: rgb(199,134,31); }
div.DivClassName
{
background-color: #C7861F;
}
.BgClassName
{
background-color: #C7861F;
}
</style>
border-color css
<style>
span { border-color: #C7861F; }
span { border-color: rgb(199,134,31); }
td.TdClassName
{
border-color: #C7861F;
}
.TagClassName
{
border-color: #C7861F;
}
</style>