Shades of Meteor #C4772E
Tints of Meteor #C4772E
RGB
CMYK
RGB Variations
Color information
#C4772E (or 0xC4772E) is known color: Meteor. HEX triplet: C4, 77 and 2E. RGB value is (196,119,46). Sum of RGB (Red+Green+Blue) = 196+119+46=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4772E is #3B88D1. Grayscale: #868686. Windows color (decimal): -3901650 or 3045316. OLE color: 3045316.
HSL color Cylindrical-coordinate representation of color #C4772E: hue angle of 29.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4772E is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 46 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.23 |
| HSL | 29.2º | 0.62% | 0.47% | - |
| HSV(B) | 29.2º | 0.77% | 0.77% | - |
| XYZ | 29.85 | 25.13 | 5.86 | - |
| YUV | 133.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 46 | 0 | 0.39 | 0.77 | 0.23 | 29.2 | 0.62 | 0.47 |
| Hex | C4 | 77 | 2E | 0 | 27 | 4D | 17 | 1D | 3E | 2F |
| Octal | 304 | 167 | 56 | 0 | 47 | 115 | 27 | 35 | 76 | 57 |
| Binary | 11000100 | 1110111 | 101110 | 0 | 100111 | 1001101 | 10111 | 11101 | 111110 | 101111 |
Color Harmonies of #C4772E
Complementary color
Monochromatic Colors of #C4772E
Black with #C4772E
Text Example
Text Example
White with #C4772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4772E; }
p { color: rgb(196,119,46); }
H1.HeaderClassName
{
color: #C4772E;
}
.AnyTagClassName
{
color: #C4772E;
}
</style>
background-color css
<style>
a { background-color: #C4772E; }
a { background-color: rgb(196,119,46); }
div.DivClassName
{
background-color: #C4772E;
}
.BgClassName
{
background-color: #C4772E;
}
</style>
border-color css
<style>
span { border-color: #C4772E; }
span { border-color: rgb(196,119,46); }
td.TdClassName
{
border-color: #C4772E;
}
.TagClassName
{
border-color: #C4772E;
}
</style>