Shades of Geebung #C58227
Tints of Geebung #C58227
RGB
CMYK
RGB Variations
Color information
#C58227 (or 0xC58227) is known color: Geebung. HEX triplet: C5, 82 and 27. RGB value is (197,130,39). Sum of RGB (Red+Green+Blue) = 197+130+39=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58227 is #3A7DD8. Grayscale: #8C8C8C. Windows color (decimal): -3833305 or 2589381. OLE color: 2589381.
HSL color Cylindrical-coordinate representation of color #C58227: hue angle of 34.56º degrees, saturation: 0.67, 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 #C58227 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 39 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.23 |
| HSL | 34.56º | 0.67% | 0.46% | - |
| HSV(B) | 34.56º | 0.8% | 0.77% | - |
| XYZ | 31.37 | 27.98 | 5.67 | - |
| YUV | 139.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 39 | 0 | 0.34 | 0.80 | 0.23 | 34.56 | 0.67 | 0.46 |
| Hex | C5 | 82 | 27 | 0 | 22 | 50 | 17 | 23 | 43 | 2E |
| Octal | 305 | 202 | 47 | 0 | 42 | 120 | 27 | 43 | 103 | 56 |
| Binary | 11000101 | 10000010 | 100111 | 0 | 100010 | 1010000 | 10111 | 100011 | 1000011 | 101110 |
Color Harmonies of #C58227
Complementary color
Monochromatic Colors of #C58227
Black with #C58227
Text Example
Text Example
White with #C58227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58227; }
p { color: rgb(197,130,39); }
H1.HeaderClassName
{
color: #C58227;
}
.AnyTagClassName
{
color: #C58227;
}
</style>
background-color css
<style>
a { background-color: #C58227; }
a { background-color: rgb(197,130,39); }
div.DivClassName
{
background-color: #C58227;
}
.BgClassName
{
background-color: #C58227;
}
</style>
border-color css
<style>
span { border-color: #C58227; }
span { border-color: rgb(197,130,39); }
td.TdClassName
{
border-color: #C58227;
}
.TagClassName
{
border-color: #C58227;
}
</style>