Shades of Geebung #C5851C
Tints of Geebung #C5851C
RGB
CMYK
RGB Variations
Color information
#C5851C (or 0xC5851C) is known color: Geebung. HEX triplet: C5, 85 and 1C. RGB value is (197,133,28). Sum of RGB (Red+Green+Blue) = 197+133+28=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5851C is #3A7AE3. Grayscale: #8C8C8C. Windows color (decimal): -3832548 or 1869253. OLE color: 1869253.
HSL color Cylindrical-coordinate representation of color #C5851C: hue angle of 37.28º degrees, saturation: 0.75, 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 #C5851C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 28 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.23 |
| HSL | 37.28º | 0.75% | 0.44% | - |
| HSV(B) | 37.28º | 0.86% | 0.77% | - |
| XYZ | 31.62 | 28.73 | 4.98 | - |
| YUV | 140.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 28 | 0 | 0.32 | 0.86 | 0.23 | 37.28 | 0.75 | 0.44 |
| Hex | C5 | 85 | 1C | 0 | 20 | 56 | 17 | 25 | 4B | 2C |
| Octal | 305 | 205 | 34 | 0 | 40 | 126 | 27 | 45 | 113 | 54 |
| Binary | 11000101 | 10000101 | 11100 | 0 | 100000 | 1010110 | 10111 | 100101 | 1001011 | 101100 |
Color Harmonies of #C5851C
Complementary color
Monochromatic Colors of #C5851C
Black with #C5851C
Text Example
Text Example
White with #C5851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5851C; }
p { color: rgb(197,133,28); }
H1.HeaderClassName
{
color: #C5851C;
}
.AnyTagClassName
{
color: #C5851C;
}
</style>
background-color css
<style>
a { background-color: #C5851C; }
a { background-color: rgb(197,133,28); }
div.DivClassName
{
background-color: #C5851C;
}
.BgClassName
{
background-color: #C5851C;
}
</style>
border-color css
<style>
span { border-color: #C5851C; }
span { border-color: rgb(197,133,28); }
td.TdClassName
{
border-color: #C5851C;
}
.TagClassName
{
border-color: #C5851C;
}
</style>