Shades of Geebung #C5852D
Tints of Geebung #C5852D
RGB
CMYK
RGB Variations
Color information
#C5852D (or 0xC5852D) is known color: Geebung. HEX triplet: C5, 85 and 2D. RGB value is (197,133,45). Sum of RGB (Red+Green+Blue) = 197+133+45=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5852D is #3A7AD2. Grayscale: #8E8E8E. Windows color (decimal): -3832531 or 2983365. OLE color: 2983365.
HSL color Cylindrical-coordinate representation of color #C5852D: hue angle of 34.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5852D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 45 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.23 |
| HSL | 34.74º | 0.63% | 0.47% | - |
| HSV(B) | 34.74º | 0.77% | 0.77% | - |
| XYZ | 31.89 | 28.83 | 6.37 | - |
| YUV | 142.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 45 | 0 | 0.32 | 0.77 | 0.23 | 34.74 | 0.63 | 0.47 |
| Hex | C5 | 85 | 2D | 0 | 20 | 4D | 17 | 23 | 3F | 2F |
| Octal | 305 | 205 | 55 | 0 | 40 | 115 | 27 | 43 | 77 | 57 |
| Binary | 11000101 | 10000101 | 101101 | 0 | 100000 | 1001101 | 10111 | 100011 | 111111 | 101111 |
Color Harmonies of #C5852D
Complementary color
Monochromatic Colors of #C5852D
Black with #C5852D
Text Example
Text Example
White with #C5852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5852D; }
p { color: rgb(197,133,45); }
H1.HeaderClassName
{
color: #C5852D;
}
.AnyTagClassName
{
color: #C5852D;
}
</style>
background-color css
<style>
a { background-color: #C5852D; }
a { background-color: rgb(197,133,45); }
div.DivClassName
{
background-color: #C5852D;
}
.BgClassName
{
background-color: #C5852D;
}
</style>
border-color css
<style>
span { border-color: #C5852D; }
span { border-color: rgb(197,133,45); }
td.TdClassName
{
border-color: #C5852D;
}
.TagClassName
{
border-color: #C5852D;
}
</style>