Shades of Geebung #C57E28
Tints of Geebung #C57E28
RGB
CMYK
RGB Variations
Color information
#C57E28 (or 0xC57E28) is known color: Geebung. HEX triplet: C5, 7E and 28. RGB value is (197,126,40). Sum of RGB (Red+Green+Blue) = 197+126+40=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E28 is #3A81D7. Grayscale: #898989. Windows color (decimal): -3834328 or 2653893. OLE color: 2653893.
HSL color Cylindrical-coordinate representation of color #C57E28: hue angle of 32.87º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C57E28 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 40 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.23 |
| HSL | 32.87º | 0.66% | 0.46% | - |
| HSV(B) | 32.87º | 0.8% | 0.77% | - |
| XYZ | 30.87 | 26.95 | 5.58 | - |
| YUV | 137.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 40 | 0 | 0.36 | 0.80 | 0.23 | 32.87 | 0.66 | 0.46 |
| Hex | C5 | 7E | 28 | 0 | 24 | 50 | 17 | 21 | 42 | 2E |
| Octal | 305 | 176 | 50 | 0 | 44 | 120 | 27 | 41 | 102 | 56 |
| Binary | 11000101 | 1111110 | 101000 | 0 | 100100 | 1010000 | 10111 | 100001 | 1000010 | 101110 |
Color Harmonies of #C57E28
Complementary color
Monochromatic Colors of #C57E28
Black with #C57E28
Text Example
Text Example
White with #C57E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E28; }
p { color: rgb(197,126,40); }
H1.HeaderClassName
{
color: #C57E28;
}
.AnyTagClassName
{
color: #C57E28;
}
</style>
background-color css
<style>
a { background-color: #C57E28; }
a { background-color: rgb(197,126,40); }
div.DivClassName
{
background-color: #C57E28;
}
.BgClassName
{
background-color: #C57E28;
}
</style>
border-color css
<style>
span { border-color: #C57E28; }
span { border-color: rgb(197,126,40); }
td.TdClassName
{
border-color: #C57E28;
}
.TagClassName
{
border-color: #C57E28;
}
</style>