Shades of Geebung #C58030
Tints of Geebung #C58030
RGB
CMYK
RGB Variations
Color information
#C58030 (or 0xC58030) is known color: Geebung. HEX triplet: C5, 80 and 30. RGB value is (197,128,48). Sum of RGB (Red+Green+Blue) = 197+128+48=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C58030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58030 is #3A7FCF. Grayscale: #8B8B8B. Windows color (decimal): -3833808 or 3178693. OLE color: 3178693.
HSL color Cylindrical-coordinate representation of color #C58030: hue angle of 32.21º 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 #C58030 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 48 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.23 |
| HSL | 32.21º | 0.61% | 0.48% | - |
| HSV(B) | 32.21º | 0.76% | 0.77% | - |
| XYZ | 31.28 | 27.52 | 6.46 | - |
| YUV | 139.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 48 | 0 | 0.35 | 0.76 | 0.23 | 32.21 | 0.61 | 0.48 |
| Hex | C5 | 80 | 30 | 0 | 23 | 4C | 17 | 20 | 3D | 30 |
| Octal | 305 | 200 | 60 | 0 | 43 | 114 | 27 | 40 | 75 | 60 |
| Binary | 11000101 | 10000000 | 110000 | 0 | 100011 | 1001100 | 10111 | 100000 | 111101 | 110000 |
Color Harmonies of #C58030
Complementary color
Monochromatic Colors of #C58030
Black with #C58030
Text Example
Text Example
White with #C58030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58030; }
p { color: rgb(197,128,48); }
H1.HeaderClassName
{
color: #C58030;
}
.AnyTagClassName
{
color: #C58030;
}
</style>
background-color css
<style>
a { background-color: #C58030; }
a { background-color: rgb(197,128,48); }
div.DivClassName
{
background-color: #C58030;
}
.BgClassName
{
background-color: #C58030;
}
</style>
border-color css
<style>
span { border-color: #C58030; }
span { border-color: rgb(197,128,48); }
td.TdClassName
{
border-color: #C58030;
}
.TagClassName
{
border-color: #C58030;
}
</style>