Shades of Meteor #C5772F
Tints of Meteor #C5772F
RGB
CMYK
RGB Variations
Color information
#C5772F (or 0xC5772F) is known color: Meteor. HEX triplet: C5, 77 and 2F. RGB value is (197,119,47). Sum of RGB (Red+Green+Blue) = 197+119+47=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5772F is #3A88D0. Grayscale: #868686. Windows color (decimal): -3836113 or 3110853. OLE color: 3110853.
HSL color Cylindrical-coordinate representation of color #C5772F: hue angle of 28.8º 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 #C5772F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 47 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.23 |
| HSL | 28.8º | 0.61% | 0.48% | - |
| HSV(B) | 28.8º | 0.76% | 0.77% | - |
| XYZ | 30.14 | 25.27 | 5.98 | - |
| YUV | 134.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 47 | 0 | 0.40 | 0.76 | 0.23 | 28.8 | 0.61 | 0.48 |
| Hex | C5 | 77 | 2F | 0 | 28 | 4C | 17 | 1D | 3D | 30 |
| Octal | 305 | 167 | 57 | 0 | 50 | 114 | 27 | 35 | 75 | 60 |
| Binary | 11000101 | 1110111 | 101111 | 0 | 101000 | 1001100 | 10111 | 11101 | 111101 | 110000 |
Color Harmonies of #C5772F
Complementary color
Monochromatic Colors of #C5772F
Black with #C5772F
Text Example
Text Example
White with #C5772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5772F; }
p { color: rgb(197,119,47); }
H1.HeaderClassName
{
color: #C5772F;
}
.AnyTagClassName
{
color: #C5772F;
}
</style>
background-color css
<style>
a { background-color: #C5772F; }
a { background-color: rgb(197,119,47); }
div.DivClassName
{
background-color: #C5772F;
}
.BgClassName
{
background-color: #C5772F;
}
</style>
border-color css
<style>
span { border-color: #C5772F; }
span { border-color: rgb(197,119,47); }
td.TdClassName
{
border-color: #C5772F;
}
.TagClassName
{
border-color: #C5772F;
}
</style>