Shades of Geebung #C5861B
Tints of Geebung #C5861B
RGB
CMYK
RGB Variations
Color information
#C5861B (or 0xC5861B) is known color: Geebung. HEX triplet: C5, 86 and 1B. RGB value is (197,134,27). Sum of RGB (Red+Green+Blue) = 197+134+27=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5861B is #3A79E4. Grayscale: #8D8D8D. Windows color (decimal): -3832293 or 1803973. OLE color: 1803973.
HSL color Cylindrical-coordinate representation of color #C5861B: hue angle of 37.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5861B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 27 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.23 |
| HSL | 37.76º | 0.76% | 0.44% | - |
| HSV(B) | 37.76º | 0.86% | 0.77% | - |
| XYZ | 31.75 | 29 | 4.96 | - |
| YUV | 140.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 27 | 0 | 0.32 | 0.86 | 0.23 | 37.76 | 0.76 | 0.44 |
| Hex | C5 | 86 | 1B | 0 | 20 | 56 | 17 | 26 | 4C | 2C |
| Octal | 305 | 206 | 33 | 0 | 40 | 126 | 27 | 46 | 114 | 54 |
| Binary | 11000101 | 10000110 | 11011 | 0 | 100000 | 1010110 | 10111 | 100110 | 1001100 | 101100 |
Color Harmonies of #C5861B
Complementary color
Monochromatic Colors of #C5861B
Black with #C5861B
Text Example
Text Example
White with #C5861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5861B; }
p { color: rgb(197,134,27); }
H1.HeaderClassName
{
color: #C5861B;
}
.AnyTagClassName
{
color: #C5861B;
}
</style>
background-color css
<style>
a { background-color: #C5861B; }
a { background-color: rgb(197,134,27); }
div.DivClassName
{
background-color: #C5861B;
}
.BgClassName
{
background-color: #C5861B;
}
</style>
border-color css
<style>
span { border-color: #C5861B; }
span { border-color: rgb(197,134,27); }
td.TdClassName
{
border-color: #C5861B;
}
.TagClassName
{
border-color: #C5861B;
}
</style>