Shades of Meteor #C4722F
Tints of Meteor #C4722F
RGB
CMYK
RGB Variations
Color information
#C4722F (or 0xC4722F) is known color: Meteor. HEX triplet: C4, 72 and 2F. RGB value is (196,114,47). Sum of RGB (Red+Green+Blue) = 196+114+47=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4722F is #3B8DD0. Grayscale: #838383. Windows color (decimal): -3902929 or 3109572. OLE color: 3109572.
HSL color Cylindrical-coordinate representation of color #C4722F: hue angle of 26.98º 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 #C4722F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.23 |
| HSL | 26.98º | 0.61% | 0.48% | - |
| HSV(B) | 26.98º | 0.76% | 0.77% | - |
| XYZ | 29.3 | 23.98 | 5.77 | - |
| YUV | 130.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 47 | 0 | 0.42 | 0.76 | 0.23 | 26.98 | 0.61 | 0.48 |
| Hex | C4 | 72 | 2F | 0 | 2A | 4C | 17 | 1B | 3D | 30 |
| Octal | 304 | 162 | 57 | 0 | 52 | 114 | 27 | 33 | 75 | 60 |
| Binary | 11000100 | 1110010 | 101111 | 0 | 101010 | 1001100 | 10111 | 11011 | 111101 | 110000 |
Color Harmonies of #C4722F
Complementary color
Monochromatic Colors of #C4722F
Black with #C4722F
Text Example
Text Example
White with #C4722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4722F; }
p { color: rgb(196,114,47); }
H1.HeaderClassName
{
color: #C4722F;
}
.AnyTagClassName
{
color: #C4722F;
}
</style>
background-color css
<style>
a { background-color: #C4722F; }
a { background-color: rgb(196,114,47); }
div.DivClassName
{
background-color: #C4722F;
}
.BgClassName
{
background-color: #C4722F;
}
</style>
border-color css
<style>
span { border-color: #C4722F; }
span { border-color: rgb(196,114,47); }
td.TdClassName
{
border-color: #C4722F;
}
.TagClassName
{
border-color: #C4722F;
}
</style>