Shades of Meteor #C4772F
Tints of Meteor #C4772F
RGB
CMYK
RGB Variations
Color information
#C4772F (or 0xC4772F) is known color: Meteor. HEX triplet: C4, 77 and 2F. RGB value is (196,119,47). Sum of RGB (Red+Green+Blue) = 196+119+47=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4772F is #3B88D0. Grayscale: #868686. Windows color (decimal): -3901649 or 3110852. OLE color: 3110852.
HSL color Cylindrical-coordinate representation of color #C4772F: hue angle of 28.99º 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 #C4772F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 47 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.23 |
| HSL | 28.99º | 0.61% | 0.48% | - |
| HSV(B) | 28.99º | 0.76% | 0.77% | - |
| XYZ | 29.87 | 25.13 | 5.97 | - |
| YUV | 133.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 47 | 0 | 0.39 | 0.76 | 0.23 | 28.99 | 0.61 | 0.48 |
| Hex | C4 | 77 | 2F | 0 | 27 | 4C | 17 | 1D | 3D | 30 |
| Octal | 304 | 167 | 57 | 0 | 47 | 114 | 27 | 35 | 75 | 60 |
| Binary | 11000100 | 1110111 | 101111 | 0 | 100111 | 1001100 | 10111 | 11101 | 111101 | 110000 |
Color Harmonies of #C4772F
Complementary color
Monochromatic Colors of #C4772F
Black with #C4772F
Text Example
Text Example
White with #C4772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4772F; }
p { color: rgb(196,119,47); }
H1.HeaderClassName
{
color: #C4772F;
}
.AnyTagClassName
{
color: #C4772F;
}
</style>
background-color css
<style>
a { background-color: #C4772F; }
a { background-color: rgb(196,119,47); }
div.DivClassName
{
background-color: #C4772F;
}
.BgClassName
{
background-color: #C4772F;
}
</style>
border-color css
<style>
span { border-color: #C4772F; }
span { border-color: rgb(196,119,47); }
td.TdClassName
{
border-color: #C4772F;
}
.TagClassName
{
border-color: #C4772F;
}
</style>