Shades of Geebung #C58530
Tints of Geebung #C58530
RGB
CMYK
RGB Variations
Color information
#C58530 (or 0xC58530) is known color: Geebung. HEX triplet: C5, 85 and 30. RGB value is (197,133,48). Sum of RGB (Red+Green+Blue) = 197+133+48=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C58530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58530 is #3A7ACF. Grayscale: #8E8E8E. Windows color (decimal): -3832528 or 3179973. OLE color: 3179973.
HSL color Cylindrical-coordinate representation of color #C58530: hue angle of 34.23º 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 #C58530 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 48 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.23 |
| HSL | 34.23º | 0.61% | 0.48% | - |
| HSV(B) | 34.23º | 0.76% | 0.77% | - |
| XYZ | 31.95 | 28.86 | 6.68 | - |
| YUV | 142.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 48 | 0 | 0.32 | 0.76 | 0.23 | 34.23 | 0.61 | 0.48 |
| Hex | C5 | 85 | 30 | 0 | 20 | 4C | 17 | 22 | 3D | 30 |
| Octal | 305 | 205 | 60 | 0 | 40 | 114 | 27 | 42 | 75 | 60 |
| Binary | 11000101 | 10000101 | 110000 | 0 | 100000 | 1001100 | 10111 | 100010 | 111101 | 110000 |
Color Harmonies of #C58530
Complementary color
Monochromatic Colors of #C58530
Black with #C58530
Text Example
Text Example
White with #C58530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58530; }
p { color: rgb(197,133,48); }
H1.HeaderClassName
{
color: #C58530;
}
.AnyTagClassName
{
color: #C58530;
}
</style>
background-color css
<style>
a { background-color: #C58530; }
a { background-color: rgb(197,133,48); }
div.DivClassName
{
background-color: #C58530;
}
.BgClassName
{
background-color: #C58530;
}
</style>
border-color css
<style>
span { border-color: #C58530; }
span { border-color: rgb(197,133,48); }
td.TdClassName
{
border-color: #C58530;
}
.TagClassName
{
border-color: #C58530;
}
</style>