Shades of Geebung #C5861F
Tints of Geebung #C5861F
RGB
CMYK
RGB Variations
Color information
#C5861F (or 0xC5861F) is known color: Geebung. HEX triplet: C5, 86 and 1F. RGB value is (197,134,31). Sum of RGB (Red+Green+Blue) = 197+134+31=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5861F is #3A79E0. Grayscale: #8D8D8D. Windows color (decimal): -3832289 or 2066117. OLE color: 2066117.
HSL color Cylindrical-coordinate representation of color #C5861F: hue angle of 37.23º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5861F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 31 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.23 |
| HSL | 37.23º | 0.73% | 0.45% | - |
| HSV(B) | 37.23º | 0.84% | 0.77% | - |
| XYZ | 31.8 | 29.02 | 5.22 | - |
| YUV | 141.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 31 | 0 | 0.32 | 0.84 | 0.23 | 37.23 | 0.73 | 0.45 |
| Hex | C5 | 86 | 1F | 0 | 20 | 54 | 17 | 25 | 49 | 2D |
| Octal | 305 | 206 | 37 | 0 | 40 | 124 | 27 | 45 | 111 | 55 |
| Binary | 11000101 | 10000110 | 11111 | 0 | 100000 | 1010100 | 10111 | 100101 | 1001001 | 101101 |
Color Harmonies of #C5861F
Complementary color
Monochromatic Colors of #C5861F
Black with #C5861F
Text Example
Text Example
White with #C5861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5861F; }
p { color: rgb(197,134,31); }
H1.HeaderClassName
{
color: #C5861F;
}
.AnyTagClassName
{
color: #C5861F;
}
</style>
background-color css
<style>
a { background-color: #C5861F; }
a { background-color: rgb(197,134,31); }
div.DivClassName
{
background-color: #C5861F;
}
.BgClassName
{
background-color: #C5861F;
}
</style>
border-color css
<style>
span { border-color: #C5861F; }
span { border-color: rgb(197,134,31); }
td.TdClassName
{
border-color: #C5861F;
}
.TagClassName
{
border-color: #C5861F;
}
</style>