Shades of Geebung #C58A29
Tints of Geebung #C58A29
RGB
CMYK
RGB Variations
Color information
#C58A29 (or 0xC58A29) is known color: Geebung. HEX triplet: C5, 8A and 29. RGB value is (197,138,41). Sum of RGB (Red+Green+Blue) = 197+138+41=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A29 is #3A75D6. Grayscale: #919191. Windows color (decimal): -3831255 or 2722501. OLE color: 2722501.
HSL color Cylindrical-coordinate representation of color #C58A29: hue angle of 37.31º 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 #C58A29 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 41 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.23 |
| HSL | 37.31º | 0.66% | 0.47% | - |
| HSV(B) | 37.31º | 0.79% | 0.77% | - |
| XYZ | 32.51 | 30.21 | 6.21 | - |
| YUV | 144.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 41 | 0 | 0.30 | 0.79 | 0.23 | 37.31 | 0.66 | 0.47 |
| Hex | C5 | 8A | 29 | 0 | 1E | 4F | 17 | 25 | 42 | 2F |
| Octal | 305 | 212 | 51 | 0 | 36 | 117 | 27 | 45 | 102 | 57 |
| Binary | 11000101 | 10001010 | 101001 | 0 | 11110 | 1001111 | 10111 | 100101 | 1000010 | 101111 |
Color Harmonies of #C58A29
Complementary color
Monochromatic Colors of #C58A29
Black with #C58A29
Text Example
Text Example
White with #C58A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A29; }
p { color: rgb(197,138,41); }
H1.HeaderClassName
{
color: #C58A29;
}
.AnyTagClassName
{
color: #C58A29;
}
</style>
background-color css
<style>
a { background-color: #C58A29; }
a { background-color: rgb(197,138,41); }
div.DivClassName
{
background-color: #C58A29;
}
.BgClassName
{
background-color: #C58A29;
}
</style>
border-color css
<style>
span { border-color: #C58A29; }
span { border-color: rgb(197,138,41); }
td.TdClassName
{
border-color: #C58A29;
}
.TagClassName
{
border-color: #C58A29;
}
</style>