Shades of Geebung #C57E29
Tints of Geebung #C57E29
RGB
CMYK
RGB Variations
Color information
#C57E29 (or 0xC57E29) is known color: Geebung. HEX triplet: C5, 7E and 29. RGB value is (197,126,41). Sum of RGB (Red+Green+Blue) = 197+126+41=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E29 is #3A81D6. Grayscale: #898989. Windows color (decimal): -3834327 or 2719429. OLE color: 2719429.
HSL color Cylindrical-coordinate representation of color #C57E29: hue angle of 32.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C57E29 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 41 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.23 |
| HSL | 32.69º | 0.66% | 0.47% | - |
| HSV(B) | 32.69º | 0.79% | 0.77% | - |
| XYZ | 30.89 | 26.95 | 5.67 | - |
| YUV | 137.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 41 | 0 | 0.36 | 0.79 | 0.23 | 32.69 | 0.66 | 0.47 |
| Hex | C5 | 7E | 29 | 0 | 24 | 4F | 17 | 21 | 42 | 2F |
| Octal | 305 | 176 | 51 | 0 | 44 | 117 | 27 | 41 | 102 | 57 |
| Binary | 11000101 | 1111110 | 101001 | 0 | 100100 | 1001111 | 10111 | 100001 | 1000010 | 101111 |
Color Harmonies of #C57E29
Complementary color
Monochromatic Colors of #C57E29
Black with #C57E29
Text Example
Text Example
White with #C57E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E29; }
p { color: rgb(197,126,41); }
H1.HeaderClassName
{
color: #C57E29;
}
.AnyTagClassName
{
color: #C57E29;
}
</style>
background-color css
<style>
a { background-color: #C57E29; }
a { background-color: rgb(197,126,41); }
div.DivClassName
{
background-color: #C57E29;
}
.BgClassName
{
background-color: #C57E29;
}
</style>
border-color css
<style>
span { border-color: #C57E29; }
span { border-color: rgb(197,126,41); }
td.TdClassName
{
border-color: #C57E29;
}
.TagClassName
{
border-color: #C57E29;
}
</style>