Shades of Meteor #C5732B
Tints of Meteor #C5732B
RGB
CMYK
RGB Variations
Color information
#C5732B (or 0xC5732B) is known color: Meteor. HEX triplet: C5, 73 and 2B. RGB value is (197,115,43). Sum of RGB (Red+Green+Blue) = 197+115+43=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5732B is #3A8CD4. Grayscale: #838383. Windows color (decimal): -3837141 or 2847685. OLE color: 2847685.
HSL color Cylindrical-coordinate representation of color #C5732B: hue angle of 28.05º degrees, saturation: 0.64, 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 #C5732B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 43 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.23 |
| HSL | 28.05º | 0.64% | 0.47% | - |
| HSV(B) | 28.05º | 0.78% | 0.77% | - |
| XYZ | 29.59 | 24.31 | 5.42 | - |
| YUV | 131.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 43 | 0 | 0.42 | 0.78 | 0.23 | 28.05 | 0.64 | 0.47 |
| Hex | C5 | 73 | 2B | 0 | 2A | 4E | 17 | 1C | 40 | 2F |
| Octal | 305 | 163 | 53 | 0 | 52 | 116 | 27 | 34 | 100 | 57 |
| Binary | 11000101 | 1110011 | 101011 | 0 | 101010 | 1001110 | 10111 | 11100 | 1000000 | 101111 |
Color Harmonies of #C5732B
Complementary color
Monochromatic Colors of #C5732B
Black with #C5732B
Text Example
Text Example
White with #C5732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5732B; }
p { color: rgb(197,115,43); }
H1.HeaderClassName
{
color: #C5732B;
}
.AnyTagClassName
{
color: #C5732B;
}
</style>
background-color css
<style>
a { background-color: #C5732B; }
a { background-color: rgb(197,115,43); }
div.DivClassName
{
background-color: #C5732B;
}
.BgClassName
{
background-color: #C5732B;
}
</style>
border-color css
<style>
span { border-color: #C5732B; }
span { border-color: rgb(197,115,43); }
td.TdClassName
{
border-color: #C5732B;
}
.TagClassName
{
border-color: #C5732B;
}
</style>