Shades of Meteor #C4732B
Tints of Meteor #C4732B
RGB
CMYK
RGB Variations
Color information
#C4732B (or 0xC4732B) is known color: Meteor. HEX triplet: C4, 73 and 2B. RGB value is (196,115,43). Sum of RGB (Red+Green+Blue) = 196+115+43=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4732B is #3B8CD4. Grayscale: #838383. Windows color (decimal): -3902677 or 2847684. OLE color: 2847684.
HSL color Cylindrical-coordinate representation of color #C4732B: hue angle of 28.24º 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 #C4732B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.23 |
| HSL | 28.24º | 0.64% | 0.47% | - |
| HSV(B) | 28.24º | 0.78% | 0.77% | - |
| XYZ | 29.33 | 24.17 | 5.41 | - |
| YUV | 131.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 43 | 0 | 0.41 | 0.78 | 0.23 | 28.24 | 0.64 | 0.47 |
| Hex | C4 | 73 | 2B | 0 | 29 | 4E | 17 | 1C | 40 | 2F |
| Octal | 304 | 163 | 53 | 0 | 51 | 116 | 27 | 34 | 100 | 57 |
| Binary | 11000100 | 1110011 | 101011 | 0 | 101001 | 1001110 | 10111 | 11100 | 1000000 | 101111 |
Color Harmonies of #C4732B
Complementary color
Monochromatic Colors of #C4732B
Black with #C4732B
Text Example
Text Example
White with #C4732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4732B; }
p { color: rgb(196,115,43); }
H1.HeaderClassName
{
color: #C4732B;
}
.AnyTagClassName
{
color: #C4732B;
}
</style>
background-color css
<style>
a { background-color: #C4732B; }
a { background-color: rgb(196,115,43); }
div.DivClassName
{
background-color: #C4732B;
}
.BgClassName
{
background-color: #C4732B;
}
</style>
border-color css
<style>
span { border-color: #C4732B; }
span { border-color: rgb(196,115,43); }
td.TdClassName
{
border-color: #C4732B;
}
.TagClassName
{
border-color: #C4732B;
}
</style>