Shades of Geebung #C57E31
Tints of Geebung #C57E31
RGB
CMYK
RGB Variations
Color information
#C57E31 (or 0xC57E31) is known color: Geebung. HEX triplet: C5, 7E and 31. RGB value is (197,126,49). Sum of RGB (Red+Green+Blue) = 197+126+49=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E31 is #3A81CE. Grayscale: #8A8A8A. Windows color (decimal): -3834319 or 3243717. OLE color: 3243717.
HSL color Cylindrical-coordinate representation of color #C57E31: hue angle of 31.22º 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 #C57E31 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 49 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.23 |
| HSL | 31.22º | 0.6% | 0.48% | - |
| HSV(B) | 31.22º | 0.75% | 0.77% | - |
| XYZ | 31.04 | 27.01 | 6.48 | - |
| YUV | 138.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 49 | 0 | 0.36 | 0.75 | 0.23 | 31.22 | 0.6 | 0.48 |
| Hex | C5 | 7E | 31 | 0 | 24 | 4B | 17 | 1F | 3C | 30 |
| Octal | 305 | 176 | 61 | 0 | 44 | 113 | 27 | 37 | 74 | 60 |
| Binary | 11000101 | 1111110 | 110001 | 0 | 100100 | 1001011 | 10111 | 11111 | 111100 | 110000 |
Color Harmonies of #C57E31
Complementary color
Monochromatic Colors of #C57E31
Black with #C57E31
Text Example
Text Example
White with #C57E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E31; }
p { color: rgb(197,126,49); }
H1.HeaderClassName
{
color: #C57E31;
}
.AnyTagClassName
{
color: #C57E31;
}
</style>
background-color css
<style>
a { background-color: #C57E31; }
a { background-color: rgb(197,126,49); }
div.DivClassName
{
background-color: #C57E31;
}
.BgClassName
{
background-color: #C57E31;
}
</style>
border-color css
<style>
span { border-color: #C57E31; }
span { border-color: rgb(197,126,49); }
td.TdClassName
{
border-color: #C57E31;
}
.TagClassName
{
border-color: #C57E31;
}
</style>