Shades of Havana #422C2E
Tints of Havana #422C2E
RGB
CMYK
RGB Variations
Color information
#422C2E (or 0x422C2E) is known color: Havana. HEX triplet: 42, 2C and 2E. RGB value is (66,44,46). Sum of RGB (Red+Green+Blue) = 66+44+46=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C2E is #BDD3D1. Grayscale: #323232. Windows color (decimal): -12440530 or 3025986. OLE color: 3025986.
HSL color Cylindrical-coordinate representation of color #422C2E: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C2E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 46 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.74 |
| HSL | 354.55º | 0.2% | 0.22% | - |
| HSV(B) | 354.55º | 0.33% | 0.26% | - |
| XYZ | 3.64 | 3.16 | 3 | - |
| YUV | 50.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 46 | 0 | 0.33 | 0.30 | 0.74 | 354.55 | 0.2 | 0.22 |
| Hex | 42 | 2C | 2E | 0 | 21 | 1E | 4A | 163 | 14 | 16 |
| Octal | 102 | 54 | 56 | 0 | 41 | 36 | 112 | 543 | 24 | 26 |
| Binary | 1000010 | 101100 | 101110 | 0 | 100001 | 11110 | 1001010 | 101100011 | 10100 | 10110 |
Color Harmonies of #422C2E
Complementary color
Monochromatic Colors of #422C2E
Black with #422C2E
Text Example
Text Example
White with #422C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C2E; }
p { color: rgb(66,44,46); }
H1.HeaderClassName
{
color: #422C2E;
}
.AnyTagClassName
{
color: #422C2E;
}
</style>
background-color css
<style>
a { background-color: #422C2E; }
a { background-color: rgb(66,44,46); }
div.DivClassName
{
background-color: #422C2E;
}
.BgClassName
{
background-color: #422C2E;
}
</style>
border-color css
<style>
span { border-color: #422C2E; }
span { border-color: rgb(66,44,46); }
td.TdClassName
{
border-color: #422C2E;
}
.TagClassName
{
border-color: #422C2E;
}
</style>