Shades of Geebung #C58A24
Tints of Geebung #C58A24
RGB
CMYK
RGB Variations
Color information
#C58A24 (or 0xC58A24) is known color: Geebung. HEX triplet: C5, 8A and 24. RGB value is (197,138,36). Sum of RGB (Red+Green+Blue) = 197+138+36=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A24 is #3A75DB. Grayscale: #909090. Windows color (decimal): -3831260 or 2394821. OLE color: 2394821.
HSL color Cylindrical-coordinate representation of color #C58A24: hue angle of 38.01º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C58A24 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 36 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.23 |
| HSL | 38.01º | 0.69% | 0.46% | - |
| HSV(B) | 38.01º | 0.82% | 0.77% | - |
| XYZ | 32.43 | 30.17 | 5.78 | - |
| YUV | 144.01 | 67.05 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 36 | 0 | 0.30 | 0.82 | 0.23 | 38.01 | 0.69 | 0.46 |
| Hex | C5 | 8A | 24 | 0 | 1E | 52 | 17 | 26 | 45 | 2E |
| Octal | 305 | 212 | 44 | 0 | 36 | 122 | 27 | 46 | 105 | 56 |
| Binary | 11000101 | 10001010 | 100100 | 0 | 11110 | 1010010 | 10111 | 100110 | 1000101 | 101110 |
Color Harmonies of #C58A24
Complementary color
Monochromatic Colors of #C58A24
Black with #C58A24
Text Example
Text Example
White with #C58A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A24; }
p { color: rgb(197,138,36); }
H1.HeaderClassName
{
color: #C58A24;
}
.AnyTagClassName
{
color: #C58A24;
}
</style>
background-color css
<style>
a { background-color: #C58A24; }
a { background-color: rgb(197,138,36); }
div.DivClassName
{
background-color: #C58A24;
}
.BgClassName
{
background-color: #C58A24;
}
</style>
border-color css
<style>
span { border-color: #C58A24; }
span { border-color: rgb(197,138,36); }
td.TdClassName
{
border-color: #C58A24;
}
.TagClassName
{
border-color: #C58A24;
}
</style>