Shades of Cedar #49332E
Tints of Cedar #49332E
RGB
CMYK
RGB Variations
Color information
#49332E (or 0x49332E) is known color: Cedar. HEX triplet: 49, 33 and 2E. RGB value is (73,51,46). Sum of RGB (Red+Green+Blue) = 73+51+46=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49332E is #B6CCD1. Grayscale: #393939. Windows color (decimal): -11979986 or 3027785. OLE color: 3027785.
HSL color Cylindrical-coordinate representation of color #49332E: hue angle of 11.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49332E is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 51 | 46 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.71 |
| HSL | 11.11º | 0.23% | 0.23% | - |
| HSV(B) | 11.11º | 0.37% | 0.29% | - |
| XYZ | 4.42 | 3.98 | 3.12 | - |
| YUV | 57.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 46 | 0 | 0.30 | 0.37 | 0.71 | 11.11 | 0.23 | 0.23 |
| Hex | 49 | 33 | 2E | 0 | 1E | 25 | 47 | B | 17 | 17 |
| Octal | 111 | 63 | 56 | 0 | 36 | 45 | 107 | 13 | 27 | 27 |
| Binary | 1001001 | 110011 | 101110 | 0 | 11110 | 100101 | 1000111 | 1011 | 10111 | 10111 |
Color Harmonies of #49332E
Complementary color
Monochromatic Colors of #49332E
Black with #49332E
Text Example
Text Example
White with #49332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49332E; }
p { color: rgb(73,51,46); }
H1.HeaderClassName
{
color: #49332E;
}
.AnyTagClassName
{
color: #49332E;
}
</style>
background-color css
<style>
a { background-color: #49332E; }
a { background-color: rgb(73,51,46); }
div.DivClassName
{
background-color: #49332E;
}
.BgClassName
{
background-color: #49332E;
}
</style>
border-color css
<style>
span { border-color: #49332E; }
span { border-color: rgb(73,51,46); }
td.TdClassName
{
border-color: #49332E;
}
.TagClassName
{
border-color: #49332E;
}
</style>