Shades of Cedar #493431
Tints of Cedar #493431
RGB
CMYK
RGB Variations
Color information
#493431 (or 0x493431) is known color: Cedar. HEX triplet: 49, 34 and 31. RGB value is (73,52,49). Sum of RGB (Red+Green+Blue) = 73+52+49=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493431 is #B6CBCE. Grayscale: #393939. Windows color (decimal): -11979727 or 3224649. OLE color: 3224649.
HSL color Cylindrical-coordinate representation of color #493431: hue angle of 7.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493431 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 49 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.71 |
| HSL | 7.5º | 0.2% | 0.24% | - |
| HSV(B) | 7.5º | 0.33% | 0.29% | - |
| XYZ | 4.53 | 4.09 | 3.46 | - |
| YUV | 57.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 49 | 0 | 0.29 | 0.33 | 0.71 | 7.5 | 0.2 | 0.24 |
| Hex | 49 | 34 | 31 | 0 | 1D | 21 | 47 | 8 | 14 | 18 |
| Octal | 111 | 64 | 61 | 0 | 35 | 41 | 107 | 10 | 24 | 30 |
| Binary | 1001001 | 110100 | 110001 | 0 | 11101 | 100001 | 1000111 | 1000 | 10100 | 11000 |
Color Harmonies of #493431
Complementary color
Monochromatic Colors of #493431
Black with #493431
Text Example
Text Example
White with #493431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493431; }
p { color: rgb(73,52,49); }
H1.HeaderClassName
{
color: #493431;
}
.AnyTagClassName
{
color: #493431;
}
</style>
background-color css
<style>
a { background-color: #493431; }
a { background-color: rgb(73,52,49); }
div.DivClassName
{
background-color: #493431;
}
.BgClassName
{
background-color: #493431;
}
</style>
border-color css
<style>
span { border-color: #493431; }
span { border-color: rgb(73,52,49); }
td.TdClassName
{
border-color: #493431;
}
.TagClassName
{
border-color: #493431;
}
</style>