Shades of Geebung #C5862B
Tints of Geebung #C5862B
RGB
CMYK
RGB Variations
Color information
#C5862B (or 0xC5862B) is known color: Geebung. HEX triplet: C5, 86 and 2B. RGB value is (197,134,43). Sum of RGB (Red+Green+Blue) = 197+134+43=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5862B is #3A79D4. Grayscale: #8E8E8E. Windows color (decimal): -3832277 or 2852549. OLE color: 2852549.
HSL color Cylindrical-coordinate representation of color #C5862B: hue angle of 35.45º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5862B is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 43 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.23 |
| HSL | 35.45º | 0.64% | 0.47% | - |
| HSV(B) | 35.45º | 0.78% | 0.77% | - |
| XYZ | 31.99 | 29.09 | 6.22 | - |
| YUV | 142.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 43 | 0 | 0.32 | 0.78 | 0.23 | 35.45 | 0.64 | 0.47 |
| Hex | C5 | 86 | 2B | 0 | 20 | 4E | 17 | 23 | 40 | 2F |
| Octal | 305 | 206 | 53 | 0 | 40 | 116 | 27 | 43 | 100 | 57 |
| Binary | 11000101 | 10000110 | 101011 | 0 | 100000 | 1001110 | 10111 | 100011 | 1000000 | 101111 |
Color Harmonies of #C5862B
Complementary color
Monochromatic Colors of #C5862B
Black with #C5862B
Text Example
Text Example
White with #C5862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5862B; }
p { color: rgb(197,134,43); }
H1.HeaderClassName
{
color: #C5862B;
}
.AnyTagClassName
{
color: #C5862B;
}
</style>
background-color css
<style>
a { background-color: #C5862B; }
a { background-color: rgb(197,134,43); }
div.DivClassName
{
background-color: #C5862B;
}
.BgClassName
{
background-color: #C5862B;
}
</style>
border-color css
<style>
span { border-color: #C5862B; }
span { border-color: rgb(197,134,43); }
td.TdClassName
{
border-color: #C5862B;
}
.TagClassName
{
border-color: #C5862B;
}
</style>