Shades of Meteor #C37531
Tints of Meteor #C37531
RGB
CMYK
RGB Variations
Color information
#C37531 (or 0xC37531) is known color: Meteor. HEX triplet: C3, 75 and 31. RGB value is (195,117,49). Sum of RGB (Red+Green+Blue) = 195+117+49=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C37531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37531 is #3C8ACE. Grayscale: #848484. Windows color (decimal): -3967695 or 3241411. OLE color: 3241411.
HSL color Cylindrical-coordinate representation of color #C37531: hue angle of 27.95º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C37531 is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 49 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.24 |
| HSL | 27.95º | 0.6% | 0.48% | - |
| HSV(B) | 27.95º | 0.75% | 0.76% | - |
| XYZ | 29.42 | 24.55 | 6.09 | - |
| YUV | 132.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 49 | 0 | 0.4 | 0.75 | 0.24 | 27.95 | 0.6 | 0.48 |
| Hex | C3 | 75 | 31 | 0 | 28 | 4B | 18 | 1C | 3C | 30 |
| Octal | 303 | 165 | 61 | 0 | 50 | 113 | 30 | 34 | 74 | 60 |
| Binary | 11000011 | 1110101 | 110001 | 0 | 101000 | 1001011 | 11000 | 11100 | 111100 | 110000 |
Color Harmonies of #C37531
Complementary color
Monochromatic Colors of #C37531
Black with #C37531
Text Example
Text Example
White with #C37531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37531; }
p { color: rgb(195,117,49); }
H1.HeaderClassName
{
color: #C37531;
}
.AnyTagClassName
{
color: #C37531;
}
</style>
background-color css
<style>
a { background-color: #C37531; }
a { background-color: rgb(195,117,49); }
div.DivClassName
{
background-color: #C37531;
}
.BgClassName
{
background-color: #C37531;
}
</style>
border-color css
<style>
span { border-color: #C37531; }
span { border-color: rgb(195,117,49); }
td.TdClassName
{
border-color: #C37531;
}
.TagClassName
{
border-color: #C37531;
}
</style>