Shades of Meteor #C4722C
Tints of Meteor #C4722C
RGB
CMYK
RGB Variations
Color information
#C4722C (or 0xC4722C) is known color: Meteor. HEX triplet: C4, 72 and 2C. RGB value is (196,114,44). Sum of RGB (Red+Green+Blue) = 196+114+44=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4722C is #3B8DD3. Grayscale: #828282. Windows color (decimal): -3902932 or 2912964. OLE color: 2912964.
HSL color Cylindrical-coordinate representation of color #C4722C: hue angle of 27.63º degrees, saturation: 0.63, 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 #C4722C is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 44 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.23 |
| HSL | 27.63º | 0.63% | 0.47% | - |
| HSV(B) | 27.63º | 0.78% | 0.77% | - |
| XYZ | 29.24 | 23.95 | 5.47 | - |
| YUV | 130.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 44 | 0 | 0.42 | 0.78 | 0.23 | 27.63 | 0.63 | 0.47 |
| Hex | C4 | 72 | 2C | 0 | 2A | 4E | 17 | 1C | 3F | 2F |
| Octal | 304 | 162 | 54 | 0 | 52 | 116 | 27 | 34 | 77 | 57 |
| Binary | 11000100 | 1110010 | 101100 | 0 | 101010 | 1001110 | 10111 | 11100 | 111111 | 101111 |
Color Harmonies of #C4722C
Complementary color
Monochromatic Colors of #C4722C
Black with #C4722C
Text Example
Text Example
White with #C4722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4722C; }
p { color: rgb(196,114,44); }
H1.HeaderClassName
{
color: #C4722C;
}
.AnyTagClassName
{
color: #C4722C;
}
</style>
background-color css
<style>
a { background-color: #C4722C; }
a { background-color: rgb(196,114,44); }
div.DivClassName
{
background-color: #C4722C;
}
.BgClassName
{
background-color: #C4722C;
}
</style>
border-color css
<style>
span { border-color: #C4722C; }
span { border-color: rgb(196,114,44); }
td.TdClassName
{
border-color: #C4722C;
}
.TagClassName
{
border-color: #C4722C;
}
</style>