Shades of Meteor #C3722D
Tints of Meteor #C3722D
RGB
CMYK
RGB Variations
Color information
#C3722D (or 0xC3722D) is known color: Meteor. HEX triplet: C3, 72 and 2D. RGB value is (195,114,45). Sum of RGB (Red+Green+Blue) = 195+114+45=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3722D is #3C8DD2. Grayscale: #828282. Windows color (decimal): -3968467 or 2978499. OLE color: 2978499.
HSL color Cylindrical-coordinate representation of color #C3722D: hue angle of 27.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 #C3722D is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 45 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.24 |
| HSL | 27.6º | 0.63% | 0.47% | - |
| HSV(B) | 27.6º | 0.77% | 0.76% | - |
| XYZ | 29 | 23.83 | 5.55 | - |
| YUV | 130.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 45 | 0 | 0.42 | 0.77 | 0.24 | 27.6 | 0.63 | 0.47 |
| Hex | C3 | 72 | 2D | 0 | 2A | 4D | 18 | 1C | 3E | 2F |
| Octal | 303 | 162 | 55 | 0 | 52 | 115 | 30 | 34 | 76 | 57 |
| Binary | 11000011 | 1110010 | 101101 | 0 | 101010 | 1001101 | 11000 | 11100 | 111110 | 101111 |
Color Harmonies of #C3722D
Complementary color
Monochromatic Colors of #C3722D
Black with #C3722D
Text Example
Text Example
White with #C3722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3722D; }
p { color: rgb(195,114,45); }
H1.HeaderClassName
{
color: #C3722D;
}
.AnyTagClassName
{
color: #C3722D;
}
</style>
background-color css
<style>
a { background-color: #C3722D; }
a { background-color: rgb(195,114,45); }
div.DivClassName
{
background-color: #C3722D;
}
.BgClassName
{
background-color: #C3722D;
}
</style>
border-color css
<style>
span { border-color: #C3722D; }
span { border-color: rgb(195,114,45); }
td.TdClassName
{
border-color: #C3722D;
}
.TagClassName
{
border-color: #C3722D;
}
</style>