Shades of Geebung #C4852F
Tints of Geebung #C4852F
RGB
CMYK
RGB Variations
Color information
#C4852F (or 0xC4852F) is known color: Geebung. HEX triplet: C4, 85 and 2F. RGB value is (196,133,47). Sum of RGB (Red+Green+Blue) = 196+133+47=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4852F is #3B7AD0. Grayscale: #8E8E8E. Windows color (decimal): -3898065 or 3114436. OLE color: 3114436.
HSL color Cylindrical-coordinate representation of color #C4852F: hue angle of 34.63º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4852F is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 47 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.23 |
| HSL | 34.63º | 0.61% | 0.48% | - |
| HSV(B) | 34.63º | 0.76% | 0.77% | - |
| XYZ | 31.67 | 28.72 | 6.56 | - |
| YUV | 142.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 47 | 0 | 0.32 | 0.76 | 0.23 | 34.63 | 0.61 | 0.48 |
| Hex | C4 | 85 | 2F | 0 | 20 | 4C | 17 | 23 | 3D | 30 |
| Octal | 304 | 205 | 57 | 0 | 40 | 114 | 27 | 43 | 75 | 60 |
| Binary | 11000100 | 10000101 | 101111 | 0 | 100000 | 1001100 | 10111 | 100011 | 111101 | 110000 |
Color Harmonies of #C4852F
Complementary color
Monochromatic Colors of #C4852F
Black with #C4852F
Text Example
Text Example
White with #C4852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4852F; }
p { color: rgb(196,133,47); }
H1.HeaderClassName
{
color: #C4852F;
}
.AnyTagClassName
{
color: #C4852F;
}
</style>
background-color css
<style>
a { background-color: #C4852F; }
a { background-color: rgb(196,133,47); }
div.DivClassName
{
background-color: #C4852F;
}
.BgClassName
{
background-color: #C4852F;
}
</style>
border-color css
<style>
span { border-color: #C4852F; }
span { border-color: rgb(196,133,47); }
td.TdClassName
{
border-color: #C4852F;
}
.TagClassName
{
border-color: #C4852F;
}
</style>