Shades of Meteor #C5722F
Tints of Meteor #C5722F
RGB
CMYK
RGB Variations
Color information
#C5722F (or 0xC5722F) is known color: Meteor. HEX triplet: C5, 72 and 2F. RGB value is (197,114,47). Sum of RGB (Red+Green+Blue) = 197+114+47=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5722F is #3A8DD0. Grayscale: #838383. Windows color (decimal): -3837393 or 3109573. OLE color: 3109573.
HSL color Cylindrical-coordinate representation of color #C5722F: hue angle of 26.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 #C5722F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.23 |
| HSL | 26.8º | 0.61% | 0.48% | - |
| HSV(B) | 26.8º | 0.76% | 0.77% | - |
| XYZ | 29.56 | 24.11 | 5.79 | - |
| YUV | 131.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 47 | 0 | 0.42 | 0.76 | 0.23 | 26.8 | 0.61 | 0.48 |
| Hex | C5 | 72 | 2F | 0 | 2A | 4C | 17 | 1B | 3D | 30 |
| Octal | 305 | 162 | 57 | 0 | 52 | 114 | 27 | 33 | 75 | 60 |
| Binary | 11000101 | 1110010 | 101111 | 0 | 101010 | 1001100 | 10111 | 11011 | 111101 | 110000 |
Color Harmonies of #C5722F
Complementary color
Monochromatic Colors of #C5722F
Black with #C5722F
Text Example
Text Example
White with #C5722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5722F; }
p { color: rgb(197,114,47); }
H1.HeaderClassName
{
color: #C5722F;
}
.AnyTagClassName
{
color: #C5722F;
}
</style>
background-color css
<style>
a { background-color: #C5722F; }
a { background-color: rgb(197,114,47); }
div.DivClassName
{
background-color: #C5722F;
}
.BgClassName
{
background-color: #C5722F;
}
</style>
border-color css
<style>
span { border-color: #C5722F; }
span { border-color: rgb(197,114,47); }
td.TdClassName
{
border-color: #C5722F;
}
.TagClassName
{
border-color: #C5722F;
}
</style>