Shades of Geebung #C58029
Tints of Geebung #C58029
RGB
CMYK
RGB Variations
Color information
#C58029 (or 0xC58029) is known color: Geebung. HEX triplet: C5, 80 and 29. RGB value is (197,128,41). Sum of RGB (Red+Green+Blue) = 197+128+41=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58029 is #3A7FD6. Grayscale: #8B8B8B. Windows color (decimal): -3833815 or 2719941. OLE color: 2719941.
HSL color Cylindrical-coordinate representation of color #C58029: hue angle of 33.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C58029 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 41 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.23 |
| HSL | 33.46º | 0.66% | 0.47% | - |
| HSV(B) | 33.46º | 0.79% | 0.77% | - |
| XYZ | 31.15 | 27.47 | 5.76 | - |
| YUV | 138.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 41 | 0 | 0.35 | 0.79 | 0.23 | 33.46 | 0.66 | 0.47 |
| Hex | C5 | 80 | 29 | 0 | 23 | 4F | 17 | 21 | 42 | 2F |
| Octal | 305 | 200 | 51 | 0 | 43 | 117 | 27 | 41 | 102 | 57 |
| Binary | 11000101 | 10000000 | 101001 | 0 | 100011 | 1001111 | 10111 | 100001 | 1000010 | 101111 |
Color Harmonies of #C58029
Complementary color
Monochromatic Colors of #C58029
Black with #C58029
Text Example
Text Example
White with #C58029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58029; }
p { color: rgb(197,128,41); }
H1.HeaderClassName
{
color: #C58029;
}
.AnyTagClassName
{
color: #C58029;
}
</style>
background-color css
<style>
a { background-color: #C58029; }
a { background-color: rgb(197,128,41); }
div.DivClassName
{
background-color: #C58029;
}
.BgClassName
{
background-color: #C58029;
}
</style>
border-color css
<style>
span { border-color: #C58029; }
span { border-color: rgb(197,128,41); }
td.TdClassName
{
border-color: #C58029;
}
.TagClassName
{
border-color: #C58029;
}
</style>