Shades of Cedar #493532
Tints of Cedar #493532
RGB
CMYK
RGB Variations
Color information
#493532 (or 0x493532) is known color: Cedar. HEX triplet: 49, 35 and 32. RGB value is (73,53,50). Sum of RGB (Red+Green+Blue) = 73+53+50=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493532 is #B6CACD. Grayscale: #3A3A3A. Windows color (decimal): -11979470 or 3290441. OLE color: 3290441.
HSL color Cylindrical-coordinate representation of color #493532: hue angle of 7.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493532 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 50 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.71 |
| HSL | 7.83º | 0.19% | 0.24% | - |
| HSV(B) | 7.83º | 0.32% | 0.29% | - |
| XYZ | 4.6 | 4.19 | 3.58 | - |
| YUV | 58.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 50 | 0 | 0.27 | 0.32 | 0.71 | 7.83 | 0.19 | 0.24 |
| Hex | 49 | 35 | 32 | 0 | 1B | 20 | 47 | 8 | 13 | 18 |
| Octal | 111 | 65 | 62 | 0 | 33 | 40 | 107 | 10 | 23 | 30 |
| Binary | 1001001 | 110101 | 110010 | 0 | 11011 | 100000 | 1000111 | 1000 | 10011 | 11000 |
Color Harmonies of #493532
Complementary color
Monochromatic Colors of #493532
Black with #493532
Text Example
Text Example
White with #493532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493532; }
p { color: rgb(73,53,50); }
H1.HeaderClassName
{
color: #493532;
}
.AnyTagClassName
{
color: #493532;
}
</style>
background-color css
<style>
a { background-color: #493532; }
a { background-color: rgb(73,53,50); }
div.DivClassName
{
background-color: #493532;
}
.BgClassName
{
background-color: #493532;
}
</style>
border-color css
<style>
span { border-color: #493532; }
span { border-color: rgb(73,53,50); }
td.TdClassName
{
border-color: #493532;
}
.TagClassName
{
border-color: #493532;
}
</style>