Shades of Cedar #49322B
Tints of Cedar #49322B
RGB
CMYK
RGB Variations
Color information
#49322B (or 0x49322B) is known color: Cedar. HEX triplet: 49, 32 and 2B. RGB value is (73,50,43). Sum of RGB (Red+Green+Blue) = 73+50+43=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49322B is #B6CDD4. Grayscale: #383838. Windows color (decimal): -11980245 or 2830921. OLE color: 2830921.
HSL color Cylindrical-coordinate representation of color #49322B: hue angle of 14º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49322B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 43 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.71 |
| HSL | 14º | 0.26% | 0.23% | - |
| HSV(B) | 14º | 0.41% | 0.29% | - |
| XYZ | 4.32 | 3.87 | 2.8 | - |
| YUV | 56.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 43 | 0 | 0.32 | 0.41 | 0.71 | 14 | 0.26 | 0.23 |
| Hex | 49 | 32 | 2B | 0 | 20 | 29 | 47 | E | 1A | 17 |
| Octal | 111 | 62 | 53 | 0 | 40 | 51 | 107 | 16 | 32 | 27 |
| Binary | 1001001 | 110010 | 101011 | 0 | 100000 | 101001 | 1000111 | 1110 | 11010 | 10111 |
Color Harmonies of #49322B
Complementary color
Monochromatic Colors of #49322B
Black with #49322B
Text Example
Text Example
White with #49322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49322B; }
p { color: rgb(73,50,43); }
H1.HeaderClassName
{
color: #49322B;
}
.AnyTagClassName
{
color: #49322B;
}
</style>
background-color css
<style>
a { background-color: #49322B; }
a { background-color: rgb(73,50,43); }
div.DivClassName
{
background-color: #49322B;
}
.BgClassName
{
background-color: #49322B;
}
</style>
border-color css
<style>
span { border-color: #49322B; }
span { border-color: rgb(73,50,43); }
td.TdClassName
{
border-color: #49322B;
}
.TagClassName
{
border-color: #49322B;
}
</style>