Shades of Geebung #C58230
Tints of Geebung #C58230
RGB
CMYK
RGB Variations
Color information
#C58230 (or 0xC58230) is known color: Geebung. HEX triplet: C5, 82 and 30. RGB value is (197,130,48). Sum of RGB (Red+Green+Blue) = 197+130+48=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C58230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58230 is #3A7DCF. Grayscale: #8D8D8D. Windows color (decimal): -3833296 or 3179205. OLE color: 3179205.
HSL color Cylindrical-coordinate representation of color #C58230: hue angle of 33.02º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C58230 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 48 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.23 |
| HSL | 33.02º | 0.61% | 0.48% | - |
| HSV(B) | 33.02º | 0.76% | 0.77% | - |
| XYZ | 31.54 | 28.05 | 6.55 | - |
| YUV | 140.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 48 | 0 | 0.34 | 0.76 | 0.23 | 33.02 | 0.61 | 0.48 |
| Hex | C5 | 82 | 30 | 0 | 22 | 4C | 17 | 21 | 3D | 30 |
| Octal | 305 | 202 | 60 | 0 | 42 | 114 | 27 | 41 | 75 | 60 |
| Binary | 11000101 | 10000010 | 110000 | 0 | 100010 | 1001100 | 10111 | 100001 | 111101 | 110000 |
Color Harmonies of #C58230
Complementary color
Monochromatic Colors of #C58230
Black with #C58230
Text Example
Text Example
White with #C58230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58230; }
p { color: rgb(197,130,48); }
H1.HeaderClassName
{
color: #C58230;
}
.AnyTagClassName
{
color: #C58230;
}
</style>
background-color css
<style>
a { background-color: #C58230; }
a { background-color: rgb(197,130,48); }
div.DivClassName
{
background-color: #C58230;
}
.BgClassName
{
background-color: #C58230;
}
</style>
border-color css
<style>
span { border-color: #C58230; }
span { border-color: rgb(197,130,48); }
td.TdClassName
{
border-color: #C58230;
}
.TagClassName
{
border-color: #C58230;
}
</style>