Shades of Geebung #C58329
Tints of Geebung #C58329
RGB
CMYK
RGB Variations
Color information
#C58329 (or 0xC58329) is known color: Geebung. HEX triplet: C5, 83 and 29. RGB value is (197,131,41). Sum of RGB (Red+Green+Blue) = 197+131+41=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C58329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58329 is #3A7CD6. Grayscale: #8C8C8C. Windows color (decimal): -3833047 or 2720709. OLE color: 2720709.
HSL color Cylindrical-coordinate representation of color #C58329: hue angle of 34.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C58329 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 41 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.23 |
| HSL | 34.62º | 0.66% | 0.47% | - |
| HSV(B) | 34.62º | 0.79% | 0.77% | - |
| XYZ | 31.54 | 28.26 | 5.89 | - |
| YUV | 140.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 41 | 0 | 0.34 | 0.79 | 0.23 | 34.62 | 0.66 | 0.47 |
| Hex | C5 | 83 | 29 | 0 | 22 | 4F | 17 | 23 | 42 | 2F |
| Octal | 305 | 203 | 51 | 0 | 42 | 117 | 27 | 43 | 102 | 57 |
| Binary | 11000101 | 10000011 | 101001 | 0 | 100010 | 1001111 | 10111 | 100011 | 1000010 | 101111 |
Color Harmonies of #C58329
Complementary color
Monochromatic Colors of #C58329
Black with #C58329
Text Example
Text Example
White with #C58329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58329; }
p { color: rgb(197,131,41); }
H1.HeaderClassName
{
color: #C58329;
}
.AnyTagClassName
{
color: #C58329;
}
</style>
background-color css
<style>
a { background-color: #C58329; }
a { background-color: rgb(197,131,41); }
div.DivClassName
{
background-color: #C58329;
}
.BgClassName
{
background-color: #C58329;
}
</style>
border-color css
<style>
span { border-color: #C58329; }
span { border-color: rgb(197,131,41); }
td.TdClassName
{
border-color: #C58329;
}
.TagClassName
{
border-color: #C58329;
}
</style>