Shades of Geebung #C5862D
Tints of Geebung #C5862D
RGB
CMYK
RGB Variations
Color information
#C5862D (or 0xC5862D) is known color: Geebung. HEX triplet: C5, 86 and 2D. RGB value is (197,134,45). Sum of RGB (Red+Green+Blue) = 197+134+45=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5862D is #3A79D2. Grayscale: #8F8F8F. Windows color (decimal): -3832275 or 2983621. OLE color: 2983621.
HSL color Cylindrical-coordinate representation of color #C5862D: hue angle of 35.13º 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 #C5862D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 45 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.23 |
| HSL | 35.13º | 0.63% | 0.47% | - |
| HSV(B) | 35.13º | 0.77% | 0.77% | - |
| XYZ | 32.02 | 29.11 | 6.41 | - |
| YUV | 142.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 45 | 0 | 0.32 | 0.77 | 0.23 | 35.13 | 0.63 | 0.47 |
| Hex | C5 | 86 | 2D | 0 | 20 | 4D | 17 | 23 | 3F | 2F |
| Octal | 305 | 206 | 55 | 0 | 40 | 115 | 27 | 43 | 77 | 57 |
| Binary | 11000101 | 10000110 | 101101 | 0 | 100000 | 1001101 | 10111 | 100011 | 111111 | 101111 |
Color Harmonies of #C5862D
Complementary color
Monochromatic Colors of #C5862D
Black with #C5862D
Text Example
Text Example
White with #C5862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5862D; }
p { color: rgb(197,134,45); }
H1.HeaderClassName
{
color: #C5862D;
}
.AnyTagClassName
{
color: #C5862D;
}
</style>
background-color css
<style>
a { background-color: #C5862D; }
a { background-color: rgb(197,134,45); }
div.DivClassName
{
background-color: #C5862D;
}
.BgClassName
{
background-color: #C5862D;
}
</style>
border-color css
<style>
span { border-color: #C5862D; }
span { border-color: rgb(197,134,45); }
td.TdClassName
{
border-color: #C5862D;
}
.TagClassName
{
border-color: #C5862D;
}
</style>