Shades of Cedar #422D2A
Tints of Cedar #422D2A
RGB
CMYK
RGB Variations
Color information
#422D2A (or 0x422D2A) is known color: Cedar. HEX triplet: 42, 2D and 2A. RGB value is (66,45,42). Sum of RGB (Red+Green+Blue) = 66+45+42=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #422D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D2A is #BDD2D5. Grayscale: #323232. Windows color (decimal): -12440278 or 2764098. OLE color: 2764098.
HSL color Cylindrical-coordinate representation of color #422D2A: hue angle of 7.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422D2A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 42 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.74 |
| HSL | 7.5º | 0.22% | 0.21% | - |
| HSV(B) | 7.5º | 0.36% | 0.26% | - |
| XYZ | 3.6 | 3.2 | 2.62 | - |
| YUV | 50.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 42 | 0 | 0.32 | 0.36 | 0.74 | 7.5 | 0.22 | 0.21 |
| Hex | 42 | 2D | 2A | 0 | 20 | 24 | 4A | 8 | 16 | 15 |
| Octal | 102 | 55 | 52 | 0 | 40 | 44 | 112 | 10 | 26 | 25 |
| Binary | 1000010 | 101101 | 101010 | 0 | 100000 | 100100 | 1001010 | 1000 | 10110 | 10101 |
Color Harmonies of #422D2A
Complementary color
Monochromatic Colors of #422D2A
Black with #422D2A
Text Example
Text Example
White with #422D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D2A; }
p { color: rgb(66,45,42); }
H1.HeaderClassName
{
color: #422D2A;
}
.AnyTagClassName
{
color: #422D2A;
}
</style>
background-color css
<style>
a { background-color: #422D2A; }
a { background-color: rgb(66,45,42); }
div.DivClassName
{
background-color: #422D2A;
}
.BgClassName
{
background-color: #422D2A;
}
</style>
border-color css
<style>
span { border-color: #422D2A; }
span { border-color: rgb(66,45,42); }
td.TdClassName
{
border-color: #422D2A;
}
.TagClassName
{
border-color: #422D2A;
}
</style>