Shades of Geebung #C5841C
Tints of Geebung #C5841C
RGB
CMYK
RGB Variations
Color information
#C5841C (or 0xC5841C) is known color: Geebung. HEX triplet: C5, 84 and 1C. RGB value is (197,132,28). Sum of RGB (Red+Green+Blue) = 197+132+28=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5841C is #3A7BE3. Grayscale: #8C8C8C. Windows color (decimal): -3832804 or 1868997. OLE color: 1868997.
HSL color Cylindrical-coordinate representation of color #C5841C: hue angle of 36.92º 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 #C5841C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 28 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.23 |
| HSL | 36.92º | 0.75% | 0.44% | - |
| HSV(B) | 36.92º | 0.86% | 0.77% | - |
| XYZ | 31.49 | 28.46 | 4.93 | - |
| YUV | 139.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 28 | 0 | 0.33 | 0.86 | 0.23 | 36.92 | 0.75 | 0.44 |
| Hex | C5 | 84 | 1C | 0 | 21 | 56 | 17 | 25 | 4B | 2C |
| Octal | 305 | 204 | 34 | 0 | 41 | 126 | 27 | 45 | 113 | 54 |
| Binary | 11000101 | 10000100 | 11100 | 0 | 100001 | 1010110 | 10111 | 100101 | 1001011 | 101100 |
Color Harmonies of #C5841C
Complementary color
Monochromatic Colors of #C5841C
Black with #C5841C
Text Example
Text Example
White with #C5841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5841C; }
p { color: rgb(197,132,28); }
H1.HeaderClassName
{
color: #C5841C;
}
.AnyTagClassName
{
color: #C5841C;
}
</style>
background-color css
<style>
a { background-color: #C5841C; }
a { background-color: rgb(197,132,28); }
div.DivClassName
{
background-color: #C5841C;
}
.BgClassName
{
background-color: #C5841C;
}
</style>
border-color css
<style>
span { border-color: #C5841C; }
span { border-color: rgb(197,132,28); }
td.TdClassName
{
border-color: #C5841C;
}
.TagClassName
{
border-color: #C5841C;
}
</style>