Shades of Geebung #C58A27
Tints of Geebung #C58A27
RGB
CMYK
RGB Variations
Color information
#C58A27 (or 0xC58A27) is known color: Geebung. HEX triplet: C5, 8A and 27. RGB value is (197,138,39). Sum of RGB (Red+Green+Blue) = 197+138+39=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A27 is #3A75D8. Grayscale: #909090. Windows color (decimal): -3831257 or 2591429. OLE color: 2591429.
HSL color Cylindrical-coordinate representation of color #C58A27: hue angle of 37.59º 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 #C58A27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 39 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.23 |
| HSL | 37.59º | 0.67% | 0.46% | - |
| HSV(B) | 37.59º | 0.8% | 0.77% | - |
| XYZ | 32.48 | 30.19 | 6.04 | - |
| YUV | 144.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 39 | 0 | 0.30 | 0.80 | 0.23 | 37.59 | 0.67 | 0.46 |
| Hex | C5 | 8A | 27 | 0 | 1E | 50 | 17 | 26 | 43 | 2E |
| Octal | 305 | 212 | 47 | 0 | 36 | 120 | 27 | 46 | 103 | 56 |
| Binary | 11000101 | 10001010 | 100111 | 0 | 11110 | 1010000 | 10111 | 100110 | 1000011 | 101110 |
Color Harmonies of #C58A27
Complementary color
Monochromatic Colors of #C58A27
Black with #C58A27
Text Example
Text Example
White with #C58A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A27; }
p { color: rgb(197,138,39); }
H1.HeaderClassName
{
color: #C58A27;
}
.AnyTagClassName
{
color: #C58A27;
}
</style>
background-color css
<style>
a { background-color: #C58A27; }
a { background-color: rgb(197,138,39); }
div.DivClassName
{
background-color: #C58A27;
}
.BgClassName
{
background-color: #C58A27;
}
</style>
border-color css
<style>
span { border-color: #C58A27; }
span { border-color: rgb(197,138,39); }
td.TdClassName
{
border-color: #C58A27;
}
.TagClassName
{
border-color: #C58A27;
}
</style>