Shades of Cedar #422B28
Tints of Cedar #422B28
RGB
CMYK
RGB Variations
Color information
#422B28 (or 0x422B28) is known color: Cedar. HEX triplet: 42, 2B and 28. RGB value is (66,43,40). Sum of RGB (Red+Green+Blue) = 66+43+40=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #422B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B28 is #BDD4D7. Grayscale: #313131. Windows color (decimal): -12440792 or 2632514. OLE color: 2632514.
HSL color Cylindrical-coordinate representation of color #422B28: hue angle of 6.92º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422B28 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 40 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.74 |
| HSL | 6.92º | 0.25% | 0.21% | - |
| HSV(B) | 6.92º | 0.39% | 0.26% | - |
| XYZ | 3.49 | 3.04 | 2.41 | - |
| YUV | 49.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 40 | 0 | 0.35 | 0.39 | 0.74 | 6.92 | 0.25 | 0.21 |
| Hex | 42 | 2B | 28 | 0 | 23 | 27 | 4A | 7 | 19 | 15 |
| Octal | 102 | 53 | 50 | 0 | 43 | 47 | 112 | 7 | 31 | 25 |
| Binary | 1000010 | 101011 | 101000 | 0 | 100011 | 100111 | 1001010 | 111 | 11001 | 10101 |
Color Harmonies of #422B28
Complementary color
Monochromatic Colors of #422B28
Black with #422B28
Text Example
Text Example
White with #422B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B28; }
p { color: rgb(66,43,40); }
H1.HeaderClassName
{
color: #422B28;
}
.AnyTagClassName
{
color: #422B28;
}
</style>
background-color css
<style>
a { background-color: #422B28; }
a { background-color: rgb(66,43,40); }
div.DivClassName
{
background-color: #422B28;
}
.BgClassName
{
background-color: #422B28;
}
</style>
border-color css
<style>
span { border-color: #422B28; }
span { border-color: rgb(66,43,40); }
td.TdClassName
{
border-color: #422B28;
}
.TagClassName
{
border-color: #422B28;
}
</style>