Shades of Geebung #C58028
Tints of Geebung #C58028
RGB
CMYK
RGB Variations
Color information
#C58028 (or 0xC58028) is known color: Geebung. HEX triplet: C5, 80 and 28. RGB value is (197,128,40). Sum of RGB (Red+Green+Blue) = 197+128+40=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C58028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58028 is #3A7FD7. Grayscale: #8B8B8B. Windows color (decimal): -3833816 or 2654405. OLE color: 2654405.
HSL color Cylindrical-coordinate representation of color #C58028: hue angle of 33.63º degrees, saturation: 0.66, 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 #C58028 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 40 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.23 |
| HSL | 33.63º | 0.66% | 0.46% | - |
| HSV(B) | 33.63º | 0.8% | 0.77% | - |
| XYZ | 31.13 | 27.46 | 5.67 | - |
| YUV | 138.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 40 | 0 | 0.35 | 0.80 | 0.23 | 33.63 | 0.66 | 0.46 |
| Hex | C5 | 80 | 28 | 0 | 23 | 50 | 17 | 22 | 42 | 2E |
| Octal | 305 | 200 | 50 | 0 | 43 | 120 | 27 | 42 | 102 | 56 |
| Binary | 11000101 | 10000000 | 101000 | 0 | 100011 | 1010000 | 10111 | 100010 | 1000010 | 101110 |
Color Harmonies of #C58028
Complementary color
Monochromatic Colors of #C58028
Black with #C58028
Text Example
Text Example
White with #C58028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58028; }
p { color: rgb(197,128,40); }
H1.HeaderClassName
{
color: #C58028;
}
.AnyTagClassName
{
color: #C58028;
}
</style>
background-color css
<style>
a { background-color: #C58028; }
a { background-color: rgb(197,128,40); }
div.DivClassName
{
background-color: #C58028;
}
.BgClassName
{
background-color: #C58028;
}
</style>
border-color css
<style>
span { border-color: #C58028; }
span { border-color: rgb(197,128,40); }
td.TdClassName
{
border-color: #C58028;
}
.TagClassName
{
border-color: #C58028;
}
</style>