Shades of Meteor #C3772D
Tints of Meteor #C3772D
RGB
CMYK
RGB Variations
Color information
#C3772D (or 0xC3772D) is known color: Meteor. HEX triplet: C3, 77 and 2D. RGB value is (195,119,45). Sum of RGB (Red+Green+Blue) = 195+119+45=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3772D is #3C88D2. Grayscale: #858585. Windows color (decimal): -3967187 or 2979779. OLE color: 2979779.
HSL color Cylindrical-coordinate representation of color #C3772D: hue angle of 29.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3772D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 45 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.24 |
| HSL | 29.6º | 0.63% | 0.47% | - |
| HSV(B) | 29.6º | 0.77% | 0.76% | - |
| XYZ | 29.58 | 24.99 | 5.75 | - |
| YUV | 133.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 45 | 0 | 0.39 | 0.77 | 0.24 | 29.6 | 0.63 | 0.47 |
| Hex | C3 | 77 | 2D | 0 | 27 | 4D | 18 | 1E | 3E | 2F |
| Octal | 303 | 167 | 55 | 0 | 47 | 115 | 30 | 36 | 76 | 57 |
| Binary | 11000011 | 1110111 | 101101 | 0 | 100111 | 1001101 | 11000 | 11110 | 111110 | 101111 |
Color Harmonies of #C3772D
Complementary color
Monochromatic Colors of #C3772D
Black with #C3772D
Text Example
Text Example
White with #C3772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3772D; }
p { color: rgb(195,119,45); }
H1.HeaderClassName
{
color: #C3772D;
}
.AnyTagClassName
{
color: #C3772D;
}
</style>
background-color css
<style>
a { background-color: #C3772D; }
a { background-color: rgb(195,119,45); }
div.DivClassName
{
background-color: #C3772D;
}
.BgClassName
{
background-color: #C3772D;
}
</style>
border-color css
<style>
span { border-color: #C3772D; }
span { border-color: rgb(195,119,45); }
td.TdClassName
{
border-color: #C3772D;
}
.TagClassName
{
border-color: #C3772D;
}
</style>