Shades of Cedar #462F2B
Tints of Cedar #462F2B
RGB
CMYK
RGB Variations
Color information
#462F2B (or 0x462F2B) is known color: Cedar. HEX triplet: 46, 2F and 2B. RGB value is (70,47,43). Sum of RGB (Red+Green+Blue) = 70+47+43=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F2B is #B9D0D4. Grayscale: #353535. Windows color (decimal): -12177621 or 2830150. OLE color: 2830150.
HSL color Cylindrical-coordinate representation of color #462F2B: hue angle of 8.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #462F2B is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 43 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.73 |
| HSL | 8.89º | 0.24% | 0.22% | - |
| HSV(B) | 8.89º | 0.39% | 0.27% | - |
| XYZ | 3.98 | 3.51 | 2.75 | - |
| YUV | 53.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 43 | 0 | 0.33 | 0.39 | 0.73 | 8.89 | 0.24 | 0.22 |
| Hex | 46 | 2F | 2B | 0 | 21 | 27 | 49 | 9 | 18 | 16 |
| Octal | 106 | 57 | 53 | 0 | 41 | 47 | 111 | 11 | 30 | 26 |
| Binary | 1000110 | 101111 | 101011 | 0 | 100001 | 100111 | 1001001 | 1001 | 11000 | 10110 |
Color Harmonies of #462F2B
Complementary color
Monochromatic Colors of #462F2B
Black with #462F2B
Text Example
Text Example
White with #462F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F2B; }
p { color: rgb(70,47,43); }
H1.HeaderClassName
{
color: #462F2B;
}
.AnyTagClassName
{
color: #462F2B;
}
</style>
background-color css
<style>
a { background-color: #462F2B; }
a { background-color: rgb(70,47,43); }
div.DivClassName
{
background-color: #462F2B;
}
.BgClassName
{
background-color: #462F2B;
}
</style>
border-color css
<style>
span { border-color: #462F2B; }
span { border-color: rgb(70,47,43); }
td.TdClassName
{
border-color: #462F2B;
}
.TagClassName
{
border-color: #462F2B;
}
</style>