Shades of Havana #3E2B2E
Tints of Havana #3E2B2E
RGB
CMYK
RGB Variations
Color information
#3E2B2E (or 0x3E2B2E) is known color: Havana. HEX triplet: 3E, 2B and 2E. RGB value is (62,43,46). Sum of RGB (Red+Green+Blue) = 62+43+46=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B2E is #C1D4D1. Grayscale: #313131. Windows color (decimal): -12702930 or 3025726. OLE color: 3025726.
HSL color Cylindrical-coordinate representation of color #3E2B2E: hue angle of 350.53º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E2B2E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 43 | 46 | - |
CMYK | 0 | 0.31 | 0.26 | 0.76 |
HSL | 350.53º | 0.18% | 0.21% | - |
HSV(B) | 350.53º | 0.31% | 0.24% | - |
XYZ | 3.34 | 2.95 | 2.98 | - |
YUV | 49.02 | 126.29 | 137.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 43 | 46 | 0 | 0.31 | 0.26 | 0.76 | 350.53 | 0.18 | 0.21 |
Hex | 3E | 2B | 2E | 0 | 1F | 1A | 4C | 15F | 12 | 15 |
Octal | 76 | 53 | 56 | 0 | 37 | 32 | 114 | 537 | 22 | 25 |
Binary | 111110 | 101011 | 101110 | 0 | 11111 | 11010 | 1001100 | 101011111 | 10010 | 10101 |
Color Harmonies of #3E2B2E
Complementary color
Monochromatic Colors of #3E2B2E
Black with #3E2B2E
Text Example
Text Example
White with #3E2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B2E; }
p { color: rgb(62,43,46); }
H1.HeaderClassName
{
color: #3E2B2E;
}
.AnyTagClassName
{
color: #3E2B2E;
}
</style>
background-color css
<style>
a { background-color: #3E2B2E; }
a { background-color: rgb(62,43,46); }
div.DivClassName
{
background-color: #3E2B2E;
}
.BgClassName
{
background-color: #3E2B2E;
}
</style>
border-color css
<style>
span { border-color: #3E2B2E; }
span { border-color: rgb(62,43,46); }
td.TdClassName
{
border-color: #3E2B2E;
}
.TagClassName
{
border-color: #3E2B2E;
}
</style>