Shades of Cedar #46322E
Tints of Cedar #46322E
RGB
CMYK
RGB Variations
Color information
#46322E (or 0x46322E) is known color: Cedar. HEX triplet: 46, 32 and 2E. RGB value is (70,50,46). Sum of RGB (Red+Green+Blue) = 70+50+46=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46322E is #B9CDD1. Grayscale: #373737. Windows color (decimal): -12176850 or 3027526. OLE color: 3027526.
HSL color Cylindrical-coordinate representation of color #46322E: hue angle of 10º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46322E is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 46 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.73 |
| HSL | 10º | 0.21% | 0.23% | - |
| HSV(B) | 10º | 0.34% | 0.27% | - |
| XYZ | 4.16 | 3.78 | 3.1 | - |
| YUV | 55.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 46 | 0 | 0.29 | 0.34 | 0.73 | 10 | 0.21 | 0.23 |
| Hex | 46 | 32 | 2E | 0 | 1D | 22 | 49 | A | 15 | 17 |
| Octal | 106 | 62 | 56 | 0 | 35 | 42 | 111 | 12 | 25 | 27 |
| Binary | 1000110 | 110010 | 101110 | 0 | 11101 | 100010 | 1001001 | 1010 | 10101 | 10111 |
Color Harmonies of #46322E
Complementary color
Monochromatic Colors of #46322E
Black with #46322E
Text Example
Text Example
White with #46322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46322E; }
p { color: rgb(70,50,46); }
H1.HeaderClassName
{
color: #46322E;
}
.AnyTagClassName
{
color: #46322E;
}
</style>
background-color css
<style>
a { background-color: #46322E; }
a { background-color: rgb(70,50,46); }
div.DivClassName
{
background-color: #46322E;
}
.BgClassName
{
background-color: #46322E;
}
</style>
border-color css
<style>
span { border-color: #46322E; }
span { border-color: rgb(70,50,46); }
td.TdClassName
{
border-color: #46322E;
}
.TagClassName
{
border-color: #46322E;
}
</style>