Shades of Geebung #C58A2C
Tints of Geebung #C58A2C
RGB
CMYK
RGB Variations
Color information
#C58A2C (or 0xC58A2C) is known color: Geebung. HEX triplet: C5, 8A and 2C. RGB value is (197,138,44). Sum of RGB (Red+Green+Blue) = 197+138+44=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A2C is #3A75D3. Grayscale: #919191. Windows color (decimal): -3831252 or 2919109. OLE color: 2919109.
HSL color Cylindrical-coordinate representation of color #C58A2C: hue angle of 36.86º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C58A2C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 44 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.23 |
| HSL | 36.86º | 0.63% | 0.47% | - |
| HSV(B) | 36.86º | 0.78% | 0.77% | - |
| XYZ | 32.57 | 30.23 | 6.5 | - |
| YUV | 144.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 44 | 0 | 0.30 | 0.78 | 0.23 | 36.86 | 0.63 | 0.47 |
| Hex | C5 | 8A | 2C | 0 | 1E | 4E | 17 | 25 | 3F | 2F |
| Octal | 305 | 212 | 54 | 0 | 36 | 116 | 27 | 45 | 77 | 57 |
| Binary | 11000101 | 10001010 | 101100 | 0 | 11110 | 1001110 | 10111 | 100101 | 111111 | 101111 |
Color Harmonies of #C58A2C
Complementary color
Monochromatic Colors of #C58A2C
Black with #C58A2C
Text Example
Text Example
White with #C58A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A2C; }
p { color: rgb(197,138,44); }
H1.HeaderClassName
{
color: #C58A2C;
}
.AnyTagClassName
{
color: #C58A2C;
}
</style>
background-color css
<style>
a { background-color: #C58A2C; }
a { background-color: rgb(197,138,44); }
div.DivClassName
{
background-color: #C58A2C;
}
.BgClassName
{
background-color: #C58A2C;
}
</style>
border-color css
<style>
span { border-color: #C58A2C; }
span { border-color: rgb(197,138,44); }
td.TdClassName
{
border-color: #C58A2C;
}
.TagClassName
{
border-color: #C58A2C;
}
</style>