Shades of Geebung #C58328
Tints of Geebung #C58328
RGB
CMYK
RGB Variations
Color information
#C58328 (or 0xC58328) is known color: Geebung. HEX triplet: C5, 83 and 28. RGB value is (197,131,40). Sum of RGB (Red+Green+Blue) = 197+131+40=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58328 is #3A7CD7. Grayscale: #8C8C8C. Windows color (decimal): -3833048 or 2655173. OLE color: 2655173.
HSL color Cylindrical-coordinate representation of color #C58328: hue angle of 34.78º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58328 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 40 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.23 |
| HSL | 34.78º | 0.66% | 0.46% | - |
| HSV(B) | 34.78º | 0.8% | 0.77% | - |
| XYZ | 31.53 | 28.26 | 5.8 | - |
| YUV | 140.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 40 | 0 | 0.34 | 0.80 | 0.23 | 34.78 | 0.66 | 0.46 |
| Hex | C5 | 83 | 28 | 0 | 22 | 50 | 17 | 23 | 42 | 2E |
| Octal | 305 | 203 | 50 | 0 | 42 | 120 | 27 | 43 | 102 | 56 |
| Binary | 11000101 | 10000011 | 101000 | 0 | 100010 | 1010000 | 10111 | 100011 | 1000010 | 101110 |
Color Harmonies of #C58328
Complementary color
Monochromatic Colors of #C58328
Black with #C58328
Text Example
Text Example
White with #C58328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58328; }
p { color: rgb(197,131,40); }
H1.HeaderClassName
{
color: #C58328;
}
.AnyTagClassName
{
color: #C58328;
}
</style>
background-color css
<style>
a { background-color: #C58328; }
a { background-color: rgb(197,131,40); }
div.DivClassName
{
background-color: #C58328;
}
.BgClassName
{
background-color: #C58328;
}
</style>
border-color css
<style>
span { border-color: #C58328; }
span { border-color: rgb(197,131,40); }
td.TdClassName
{
border-color: #C58328;
}
.TagClassName
{
border-color: #C58328;
}
</style>