Shades of Geebung #C4851F
Tints of Geebung #C4851F
RGB
CMYK
RGB Variations
Color information
#C4851F (or 0xC4851F) is known color: Geebung. HEX triplet: C4, 85 and 1F. RGB value is (196,133,31). Sum of RGB (Red+Green+Blue) = 196+133+31=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4851F is #3B7AE0. Grayscale: #8C8C8C. Windows color (decimal): -3898081 or 2065860. OLE color: 2065860.
HSL color Cylindrical-coordinate representation of color #C4851F: hue angle of 37.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4851F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 31 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.23 |
| HSL | 37.09º | 0.73% | 0.45% | - |
| HSV(B) | 37.09º | 0.84% | 0.77% | - |
| XYZ | 31.4 | 28.61 | 5.16 | - |
| YUV | 140.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 31 | 0 | 0.32 | 0.84 | 0.23 | 37.09 | 0.73 | 0.45 |
| Hex | C4 | 85 | 1F | 0 | 20 | 54 | 17 | 25 | 49 | 2D |
| Octal | 304 | 205 | 37 | 0 | 40 | 124 | 27 | 45 | 111 | 55 |
| Binary | 11000100 | 10000101 | 11111 | 0 | 100000 | 1010100 | 10111 | 100101 | 1001001 | 101101 |
Color Harmonies of #C4851F
Complementary color
Monochromatic Colors of #C4851F
Black with #C4851F
Text Example
Text Example
White with #C4851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4851F; }
p { color: rgb(196,133,31); }
H1.HeaderClassName
{
color: #C4851F;
}
.AnyTagClassName
{
color: #C4851F;
}
</style>
background-color css
<style>
a { background-color: #C4851F; }
a { background-color: rgb(196,133,31); }
div.DivClassName
{
background-color: #C4851F;
}
.BgClassName
{
background-color: #C4851F;
}
</style>
border-color css
<style>
span { border-color: #C4851F; }
span { border-color: rgb(196,133,31); }
td.TdClassName
{
border-color: #C4851F;
}
.TagClassName
{
border-color: #C4851F;
}
</style>