Shades of Geebung #C58430
Tints of Geebung #C58430
RGB
CMYK
RGB Variations
Color information
#C58430 (or 0xC58430) is known color: Geebung. HEX triplet: C5, 84 and 30. RGB value is (197,132,48). Sum of RGB (Red+Green+Blue) = 197+132+48=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C58430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58430 is #3A7BCF. Grayscale: #8E8E8E. Windows color (decimal): -3832784 or 3179717. OLE color: 3179717.
HSL color Cylindrical-coordinate representation of color #C58430: hue angle of 33.83º 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 #C58430 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 48 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.23 |
| HSL | 33.83º | 0.61% | 0.48% | - |
| HSV(B) | 33.83º | 0.76% | 0.77% | - |
| XYZ | 31.81 | 28.59 | 6.64 | - |
| YUV | 141.86 | 75.03 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 48 | 0 | 0.33 | 0.76 | 0.23 | 33.83 | 0.61 | 0.48 |
| Hex | C5 | 84 | 30 | 0 | 21 | 4C | 17 | 22 | 3D | 30 |
| Octal | 305 | 204 | 60 | 0 | 41 | 114 | 27 | 42 | 75 | 60 |
| Binary | 11000101 | 10000100 | 110000 | 0 | 100001 | 1001100 | 10111 | 100010 | 111101 | 110000 |
Color Harmonies of #C58430
Complementary color
Monochromatic Colors of #C58430
Black with #C58430
Text Example
Text Example
White with #C58430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58430; }
p { color: rgb(197,132,48); }
H1.HeaderClassName
{
color: #C58430;
}
.AnyTagClassName
{
color: #C58430;
}
</style>
background-color css
<style>
a { background-color: #C58430; }
a { background-color: rgb(197,132,48); }
div.DivClassName
{
background-color: #C58430;
}
.BgClassName
{
background-color: #C58430;
}
</style>
border-color css
<style>
span { border-color: #C58430; }
span { border-color: rgb(197,132,48); }
td.TdClassName
{
border-color: #C58430;
}
.TagClassName
{
border-color: #C58430;
}
</style>