Shades of Cedar #402C2A
Tints of Cedar #402C2A
RGB
CMYK
RGB Variations
Color information
#402C2A (or 0x402C2A) is known color: Cedar. HEX triplet: 40, 2C and 2A. RGB value is (64,44,42). Sum of RGB (Red+Green+Blue) = 64+44+42=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C2A is #BFD3D5. Grayscale: #313131. Windows color (decimal): -12571606 or 2763840. OLE color: 2763840.
HSL color Cylindrical-coordinate representation of color #402C2A: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402C2A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 42 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.75 |
| HSL | 5.45º | 0.21% | 0.21% | - |
| HSV(B) | 5.45º | 0.34% | 0.25% | - |
| XYZ | 3.43 | 3.06 | 2.6 | - |
| YUV | 49.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 42 | 0 | 0.31 | 0.34 | 0.75 | 5.45 | 0.21 | 0.21 |
| Hex | 40 | 2C | 2A | 0 | 1F | 22 | 4B | 5 | 15 | 15 |
| Octal | 100 | 54 | 52 | 0 | 37 | 42 | 113 | 5 | 25 | 25 |
| Binary | 1000000 | 101100 | 101010 | 0 | 11111 | 100010 | 1001011 | 101 | 10101 | 10101 |
Color Harmonies of #402C2A
Complementary color
Monochromatic Colors of #402C2A
Black with #402C2A
Text Example
Text Example
White with #402C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C2A; }
p { color: rgb(64,44,42); }
H1.HeaderClassName
{
color: #402C2A;
}
.AnyTagClassName
{
color: #402C2A;
}
</style>
background-color css
<style>
a { background-color: #402C2A; }
a { background-color: rgb(64,44,42); }
div.DivClassName
{
background-color: #402C2A;
}
.BgClassName
{
background-color: #402C2A;
}
</style>
border-color css
<style>
span { border-color: #402C2A; }
span { border-color: rgb(64,44,42); }
td.TdClassName
{
border-color: #402C2A;
}
.TagClassName
{
border-color: #402C2A;
}
</style>