Shades of Geebung #C57F2F
Tints of Geebung #C57F2F
RGB
CMYK
RGB Variations
Color information
#C57F2F (or 0xC57F2F) is known color: Geebung. HEX triplet: C5, 7F and 2F. RGB value is (197,127,47). Sum of RGB (Red+Green+Blue) = 197+127+47=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F2F is #3A80D0. Grayscale: #8B8B8B. Windows color (decimal): -3834065 or 3112901. OLE color: 3112901.
HSL color Cylindrical-coordinate representation of color #C57F2F: hue angle of 32º 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 #C57F2F is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 47 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.23 |
| HSL | 32º | 0.61% | 0.48% | - |
| HSV(B) | 32º | 0.76% | 0.77% | - |
| XYZ | 31.13 | 27.25 | 6.31 | - |
| YUV | 138.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 47 | 0 | 0.36 | 0.76 | 0.23 | 32 | 0.61 | 0.48 |
| Hex | C5 | 7F | 2F | 0 | 24 | 4C | 17 | 20 | 3D | 30 |
| Octal | 305 | 177 | 57 | 0 | 44 | 114 | 27 | 40 | 75 | 60 |
| Binary | 11000101 | 1111111 | 101111 | 0 | 100100 | 1001100 | 10111 | 100000 | 111101 | 110000 |
Color Harmonies of #C57F2F
Complementary color
Monochromatic Colors of #C57F2F
Black with #C57F2F
Text Example
Text Example
White with #C57F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F2F; }
p { color: rgb(197,127,47); }
H1.HeaderClassName
{
color: #C57F2F;
}
.AnyTagClassName
{
color: #C57F2F;
}
</style>
background-color css
<style>
a { background-color: #C57F2F; }
a { background-color: rgb(197,127,47); }
div.DivClassName
{
background-color: #C57F2F;
}
.BgClassName
{
background-color: #C57F2F;
}
</style>
border-color css
<style>
span { border-color: #C57F2F; }
span { border-color: rgb(197,127,47); }
td.TdClassName
{
border-color: #C57F2F;
}
.TagClassName
{
border-color: #C57F2F;
}
</style>