Shades of Geebung #C5852F
Tints of Geebung #C5852F
RGB
CMYK
RGB Variations
Color information
#C5852F (or 0xC5852F) is known color: Geebung. HEX triplet: C5, 85 and 2F. RGB value is (197,133,47). Sum of RGB (Red+Green+Blue) = 197+133+47=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5852F is #3A7AD0. Grayscale: #8E8E8E. Windows color (decimal): -3832529 or 3114437. OLE color: 3114437.
HSL color Cylindrical-coordinate representation of color #C5852F: hue angle of 34.4º 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 #C5852F is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 47 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.23 |
| HSL | 34.4º | 0.61% | 0.48% | - |
| HSV(B) | 34.4º | 0.76% | 0.77% | - |
| XYZ | 31.93 | 28.85 | 6.58 | - |
| YUV | 142.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 47 | 0 | 0.32 | 0.76 | 0.23 | 34.4 | 0.61 | 0.48 |
| Hex | C5 | 85 | 2F | 0 | 20 | 4C | 17 | 22 | 3D | 30 |
| Octal | 305 | 205 | 57 | 0 | 40 | 114 | 27 | 42 | 75 | 60 |
| Binary | 11000101 | 10000101 | 101111 | 0 | 100000 | 1001100 | 10111 | 100010 | 111101 | 110000 |
Color Harmonies of #C5852F
Complementary color
Monochromatic Colors of #C5852F
Black with #C5852F
Text Example
Text Example
White with #C5852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5852F; }
p { color: rgb(197,133,47); }
H1.HeaderClassName
{
color: #C5852F;
}
.AnyTagClassName
{
color: #C5852F;
}
</style>
background-color css
<style>
a { background-color: #C5852F; }
a { background-color: rgb(197,133,47); }
div.DivClassName
{
background-color: #C5852F;
}
.BgClassName
{
background-color: #C5852F;
}
</style>
border-color css
<style>
span { border-color: #C5852F; }
span { border-color: rgb(197,133,47); }
td.TdClassName
{
border-color: #C5852F;
}
.TagClassName
{
border-color: #C5852F;
}
</style>