Shades of Geebung #C5851E
Tints of Geebung #C5851E
RGB
CMYK
RGB Variations
Color information
#C5851E (or 0xC5851E) is known color: Geebung. HEX triplet: C5, 85 and 1E. RGB value is (197,133,30). Sum of RGB (Red+Green+Blue) = 197+133+30=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5851E is #3A7AE1. Grayscale: #8C8C8C. Windows color (decimal): -3832546 or 2000325. OLE color: 2000325.
HSL color Cylindrical-coordinate representation of color #C5851E: hue angle of 37.01º 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 #C5851E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 30 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.23 |
| HSL | 37.01º | 0.74% | 0.45% | - |
| HSV(B) | 37.01º | 0.85% | 0.77% | - |
| XYZ | 31.65 | 28.74 | 5.11 | - |
| YUV | 140.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 30 | 0 | 0.32 | 0.85 | 0.23 | 37.01 | 0.74 | 0.45 |
| Hex | C5 | 85 | 1E | 0 | 20 | 55 | 17 | 25 | 4A | 2D |
| Octal | 305 | 205 | 36 | 0 | 40 | 125 | 27 | 45 | 112 | 55 |
| Binary | 11000101 | 10000101 | 11110 | 0 | 100000 | 1010101 | 10111 | 100101 | 1001010 | 101101 |
Color Harmonies of #C5851E
Complementary color
Monochromatic Colors of #C5851E
Black with #C5851E
Text Example
Text Example
White with #C5851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5851E; }
p { color: rgb(197,133,30); }
H1.HeaderClassName
{
color: #C5851E;
}
.AnyTagClassName
{
color: #C5851E;
}
</style>
background-color css
<style>
a { background-color: #C5851E; }
a { background-color: rgb(197,133,30); }
div.DivClassName
{
background-color: #C5851E;
}
.BgClassName
{
background-color: #C5851E;
}
</style>
border-color css
<style>
span { border-color: #C5851E; }
span { border-color: rgb(197,133,30); }
td.TdClassName
{
border-color: #C5851E;
}
.TagClassName
{
border-color: #C5851E;
}
</style>