Shades of Havana #3E2A2D
Tints of Havana #3E2A2D
RGB
CMYK
RGB Variations
Color information
#3E2A2D (or 0x3E2A2D) is known color: Havana. HEX triplet: 3E, 2A and 2D. RGB value is (62,42,45). Sum of RGB (Red+Green+Blue) = 62+42+45=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A2D is #C1D5D2. Grayscale: #303030. Windows color (decimal): -12703187 or 2959934. OLE color: 2959934.
HSL color Cylindrical-coordinate representation of color #3E2A2D: hue angle of 351º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E2A2D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 42 | 45 | - |
CMYK | 0 | 0.32 | 0.27 | 0.76 |
HSL | 351º | 0.19% | 0.2% | - |
HSV(B) | 351º | 0.32% | 0.24% | - |
XYZ | 3.29 | 2.87 | 2.86 | - |
YUV | 48.32 | 126.13 | 137.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 42 | 45 | 0 | 0.32 | 0.27 | 0.76 | 351 | 0.19 | 0.2 |
Hex | 3E | 2A | 2D | 0 | 20 | 1B | 4C | 15F | 13 | 14 |
Octal | 76 | 52 | 55 | 0 | 40 | 33 | 114 | 537 | 23 | 24 |
Binary | 111110 | 101010 | 101101 | 0 | 100000 | 11011 | 1001100 | 101011111 | 10011 | 10100 |
Color Harmonies of #3E2A2D
Complementary color
Monochromatic Colors of #3E2A2D
Black with #3E2A2D
Text Example
Text Example
White with #3E2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A2D; }
p { color: rgb(62,42,45); }
H1.HeaderClassName
{
color: #3E2A2D;
}
.AnyTagClassName
{
color: #3E2A2D;
}
</style>
background-color css
<style>
a { background-color: #3E2A2D; }
a { background-color: rgb(62,42,45); }
div.DivClassName
{
background-color: #3E2A2D;
}
.BgClassName
{
background-color: #3E2A2D;
}
</style>
border-color css
<style>
span { border-color: #3E2A2D; }
span { border-color: rgb(62,42,45); }
td.TdClassName
{
border-color: #3E2A2D;
}
.TagClassName
{
border-color: #3E2A2D;
}
</style>