Shades of Geebung #C5861E
Tints of Geebung #C5861E
RGB
CMYK
RGB Variations
Color information
#C5861E (or 0xC5861E) is known color: Geebung. HEX triplet: C5, 86 and 1E. RGB value is (197,134,30). Sum of RGB (Red+Green+Blue) = 197+134+30=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5861E is #3A79E1. Grayscale: #8D8D8D. Windows color (decimal): -3832290 or 2000581. OLE color: 2000581.
HSL color Cylindrical-coordinate representation of color #C5861E: hue angle of 37.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5861E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 30 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.23 |
| HSL | 37.37º | 0.74% | 0.45% | - |
| HSV(B) | 37.37º | 0.85% | 0.77% | - |
| XYZ | 31.79 | 29.01 | 5.15 | - |
| YUV | 140.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 30 | 0 | 0.32 | 0.85 | 0.23 | 37.37 | 0.74 | 0.45 |
| Hex | C5 | 86 | 1E | 0 | 20 | 55 | 17 | 25 | 4A | 2D |
| Octal | 305 | 206 | 36 | 0 | 40 | 125 | 27 | 45 | 112 | 55 |
| Binary | 11000101 | 10000110 | 11110 | 0 | 100000 | 1010101 | 10111 | 100101 | 1001010 | 101101 |
Color Harmonies of #C5861E
Complementary color
Monochromatic Colors of #C5861E
Black with #C5861E
Text Example
Text Example
White with #C5861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5861E; }
p { color: rgb(197,134,30); }
H1.HeaderClassName
{
color: #C5861E;
}
.AnyTagClassName
{
color: #C5861E;
}
</style>
background-color css
<style>
a { background-color: #C5861E; }
a { background-color: rgb(197,134,30); }
div.DivClassName
{
background-color: #C5861E;
}
.BgClassName
{
background-color: #C5861E;
}
</style>
border-color css
<style>
span { border-color: #C5861E; }
span { border-color: rgb(197,134,30); }
td.TdClassName
{
border-color: #C5861E;
}
.TagClassName
{
border-color: #C5861E;
}
</style>