Shades of Cedar #49302A
Tints of Cedar #49302A
RGB
CMYK
RGB Variations
Color information
#49302A (or 0x49302A) is known color: Cedar. HEX triplet: 49, 30 and 2A. RGB value is (73,48,42). Sum of RGB (Red+Green+Blue) = 73+48+42=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #49302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49302A is #B6CFD5. Grayscale: #363636. Windows color (decimal): -11980758 or 2764873. OLE color: 2764873.
HSL color Cylindrical-coordinate representation of color #49302A: hue angle of 11.61º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49302A is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 48 | 42 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.71 |
| HSL | 11.61º | 0.27% | 0.23% | - |
| HSV(B) | 11.61º | 0.42% | 0.29% | - |
| XYZ | 4.22 | 3.7 | 2.68 | - |
| YUV | 54.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 42 | 0 | 0.34 | 0.42 | 0.71 | 11.61 | 0.27 | 0.23 |
| Hex | 49 | 30 | 2A | 0 | 22 | 2A | 47 | C | 1B | 17 |
| Octal | 111 | 60 | 52 | 0 | 42 | 52 | 107 | 14 | 33 | 27 |
| Binary | 1001001 | 110000 | 101010 | 0 | 100010 | 101010 | 1000111 | 1100 | 11011 | 10111 |
Color Harmonies of #49302A
Complementary color
Monochromatic Colors of #49302A
Black with #49302A
Text Example
Text Example
White with #49302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49302A; }
p { color: rgb(73,48,42); }
H1.HeaderClassName
{
color: #49302A;
}
.AnyTagClassName
{
color: #49302A;
}
</style>
background-color css
<style>
a { background-color: #49302A; }
a { background-color: rgb(73,48,42); }
div.DivClassName
{
background-color: #49302A;
}
.BgClassName
{
background-color: #49302A;
}
</style>
border-color css
<style>
span { border-color: #49302A; }
span { border-color: rgb(73,48,42); }
td.TdClassName
{
border-color: #49302A;
}
.TagClassName
{
border-color: #49302A;
}
</style>