Shades of Geebung #C57C2F
Tints of Geebung #C57C2F
RGB
CMYK
RGB Variations
Color information
#C57C2F (or 0xC57C2F) is known color: Geebung. HEX triplet: C5, 7C and 2F. RGB value is (197,124,47). Sum of RGB (Red+Green+Blue) = 197+124+47=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C2F is #3A83D0. Grayscale: #898989. Windows color (decimal): -3834833 or 3112133. OLE color: 3112133.
HSL color Cylindrical-coordinate representation of color #C57C2F: hue angle of 30.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C57C2F is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 47 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.23 |
| HSL | 30.8º | 0.61% | 0.48% | - |
| HSV(B) | 30.8º | 0.76% | 0.77% | - |
| XYZ | 30.75 | 26.49 | 6.18 | - |
| YUV | 137.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 47 | 0 | 0.37 | 0.76 | 0.23 | 30.8 | 0.61 | 0.48 |
| Hex | C5 | 7C | 2F | 0 | 25 | 4C | 17 | 1F | 3D | 30 |
| Octal | 305 | 174 | 57 | 0 | 45 | 114 | 27 | 37 | 75 | 60 |
| Binary | 11000101 | 1111100 | 101111 | 0 | 100101 | 1001100 | 10111 | 11111 | 111101 | 110000 |
Color Harmonies of #C57C2F
Complementary color
Monochromatic Colors of #C57C2F
Black with #C57C2F
Text Example
Text Example
White with #C57C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C2F; }
p { color: rgb(197,124,47); }
H1.HeaderClassName
{
color: #C57C2F;
}
.AnyTagClassName
{
color: #C57C2F;
}
</style>
background-color css
<style>
a { background-color: #C57C2F; }
a { background-color: rgb(197,124,47); }
div.DivClassName
{
background-color: #C57C2F;
}
.BgClassName
{
background-color: #C57C2F;
}
</style>
border-color css
<style>
span { border-color: #C57C2F; }
span { border-color: rgb(197,124,47); }
td.TdClassName
{
border-color: #C57C2F;
}
.TagClassName
{
border-color: #C57C2F;
}
</style>