Shades of Meteor #C4722B
Tints of Meteor #C4722B
RGB
CMYK
RGB Variations
Color information
#C4722B (or 0xC4722B) is known color: Meteor. HEX triplet: C4, 72 and 2B. RGB value is (196,114,43). Sum of RGB (Red+Green+Blue) = 196+114+43=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4722B is #3B8DD4. Grayscale: #828282. Windows color (decimal): -3902933 or 2847428. OLE color: 2847428.
HSL color Cylindrical-coordinate representation of color #C4722B: hue angle of 27.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4722B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 43 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.23 |
| HSL | 27.84º | 0.64% | 0.47% | - |
| HSV(B) | 27.84º | 0.78% | 0.77% | - |
| XYZ | 29.22 | 23.94 | 5.37 | - |
| YUV | 130.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 43 | 0 | 0.42 | 0.78 | 0.23 | 27.84 | 0.64 | 0.47 |
| Hex | C4 | 72 | 2B | 0 | 2A | 4E | 17 | 1C | 40 | 2F |
| Octal | 304 | 162 | 53 | 0 | 52 | 116 | 27 | 34 | 100 | 57 |
| Binary | 11000100 | 1110010 | 101011 | 0 | 101010 | 1001110 | 10111 | 11100 | 1000000 | 101111 |
Color Harmonies of #C4722B
Complementary color
Monochromatic Colors of #C4722B
Black with #C4722B
Text Example
Text Example
White with #C4722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4722B; }
p { color: rgb(196,114,43); }
H1.HeaderClassName
{
color: #C4722B;
}
.AnyTagClassName
{
color: #C4722B;
}
</style>
background-color css
<style>
a { background-color: #C4722B; }
a { background-color: rgb(196,114,43); }
div.DivClassName
{
background-color: #C4722B;
}
.BgClassName
{
background-color: #C4722B;
}
</style>
border-color css
<style>
span { border-color: #C4722B; }
span { border-color: rgb(196,114,43); }
td.TdClassName
{
border-color: #C4722B;
}
.TagClassName
{
border-color: #C4722B;
}
</style>