Shades of Geebung #C57F32
Tints of Geebung #C57F32
RGB
CMYK
RGB Variations
Color information
#C57F32 (or 0xC57F32) is known color: Geebung. HEX triplet: C5, 7F and 32. RGB value is (197,127,50). Sum of RGB (Red+Green+Blue) = 197+127+50=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F32 is #3A80CD. Grayscale: #8B8B8B. Windows color (decimal): -3834062 or 3309509. OLE color: 3309509.
HSL color Cylindrical-coordinate representation of color #C57F32: hue angle of 31.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57F32 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 50 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.23 |
| HSL | 31.43º | 0.6% | 0.48% | - |
| HSV(B) | 31.43º | 0.75% | 0.77% | - |
| XYZ | 31.19 | 27.28 | 6.64 | - |
| YUV | 139.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 50 | 0 | 0.36 | 0.75 | 0.23 | 31.43 | 0.6 | 0.48 |
| Hex | C5 | 7F | 32 | 0 | 24 | 4B | 17 | 1F | 3C | 30 |
| Octal | 305 | 177 | 62 | 0 | 44 | 113 | 27 | 37 | 74 | 60 |
| Binary | 11000101 | 1111111 | 110010 | 0 | 100100 | 1001011 | 10111 | 11111 | 111100 | 110000 |
Color Harmonies of #C57F32
Complementary color
Monochromatic Colors of #C57F32
Black with #C57F32
Text Example
Text Example
White with #C57F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F32; }
p { color: rgb(197,127,50); }
H1.HeaderClassName
{
color: #C57F32;
}
.AnyTagClassName
{
color: #C57F32;
}
</style>
background-color css
<style>
a { background-color: #C57F32; }
a { background-color: rgb(197,127,50); }
div.DivClassName
{
background-color: #C57F32;
}
.BgClassName
{
background-color: #C57F32;
}
</style>
border-color css
<style>
span { border-color: #C57F32; }
span { border-color: rgb(197,127,50); }
td.TdClassName
{
border-color: #C57F32;
}
.TagClassName
{
border-color: #C57F32;
}
</style>