Shades of Geebung #C58C2D
Tints of Geebung #C58C2D
RGB
CMYK
RGB Variations
Color information
#C58C2D (or 0xC58C2D) is known color: Geebung. HEX triplet: C5, 8C and 2D. RGB value is (197,140,45). Sum of RGB (Red+Green+Blue) = 197+140+45=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C2D is #3A73D2. Grayscale: #929292. Windows color (decimal): -3830739 or 2985157. OLE color: 2985157.
HSL color Cylindrical-coordinate representation of color #C58C2D: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C58C2D is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 45 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.23 |
| HSL | 37.5º | 0.63% | 0.47% | - |
| HSV(B) | 37.5º | 0.77% | 0.77% | - |
| XYZ | 32.88 | 30.82 | 6.7 | - |
| YUV | 146.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 45 | 0 | 0.29 | 0.77 | 0.23 | 37.5 | 0.63 | 0.47 |
| Hex | C5 | 8C | 2D | 0 | 1D | 4D | 17 | 26 | 3F | 2F |
| Octal | 305 | 214 | 55 | 0 | 35 | 115 | 27 | 46 | 77 | 57 |
| Binary | 11000101 | 10001100 | 101101 | 0 | 11101 | 1001101 | 10111 | 100110 | 111111 | 101111 |
Color Harmonies of #C58C2D
Complementary color
Monochromatic Colors of #C58C2D
Black with #C58C2D
Text Example
Text Example
White with #C58C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C2D; }
p { color: rgb(197,140,45); }
H1.HeaderClassName
{
color: #C58C2D;
}
.AnyTagClassName
{
color: #C58C2D;
}
</style>
background-color css
<style>
a { background-color: #C58C2D; }
a { background-color: rgb(197,140,45); }
div.DivClassName
{
background-color: #C58C2D;
}
.BgClassName
{
background-color: #C58C2D;
}
</style>
border-color css
<style>
span { border-color: #C58C2D; }
span { border-color: rgb(197,140,45); }
td.TdClassName
{
border-color: #C58C2D;
}
.TagClassName
{
border-color: #C58C2D;
}
</style>