Shades of Havana #3E2D2F
Tints of Havana #3E2D2F
RGB
CMYK
RGB Variations
Color information
#3E2D2F (or 0x3E2D2F) is known color: Havana. HEX triplet: 3E, 2D and 2F. RGB value is (62,45,47). Sum of RGB (Red+Green+Blue) = 62+45+47=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D2F is #C1D2D0. Grayscale: #323232. Windows color (decimal): -12702417 or 3091774. OLE color: 3091774.
HSL color Cylindrical-coordinate representation of color #3E2D2F: hue angle of 352.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E2D2F is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 45 | 47 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.76 |
| HSL | 352.94º | 0.16% | 0.21% | - |
| HSV(B) | 352.94º | 0.27% | 0.24% | - |
| XYZ | 3.44 | 3.11 | 3.11 | - |
| YUV | 50.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 47 | 0 | 0.27 | 0.24 | 0.76 | 352.94 | 0.16 | 0.21 |
| Hex | 3E | 2D | 2F | 0 | 1B | 18 | 4C | 161 | 10 | 15 |
| Octal | 76 | 55 | 57 | 0 | 33 | 30 | 114 | 541 | 20 | 25 |
| Binary | 111110 | 101101 | 101111 | 0 | 11011 | 11000 | 1001100 | 101100001 | 10000 | 10101 |
Color Harmonies of #3E2D2F
Complementary color
Monochromatic Colors of #3E2D2F
Black with #3E2D2F
Text Example
Text Example
White with #3E2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D2F; }
p { color: rgb(62,45,47); }
H1.HeaderClassName
{
color: #3E2D2F;
}
.AnyTagClassName
{
color: #3E2D2F;
}
</style>
background-color css
<style>
a { background-color: #3E2D2F; }
a { background-color: rgb(62,45,47); }
div.DivClassName
{
background-color: #3E2D2F;
}
.BgClassName
{
background-color: #3E2D2F;
}
</style>
border-color css
<style>
span { border-color: #3E2D2F; }
span { border-color: rgb(62,45,47); }
td.TdClassName
{
border-color: #3E2D2F;
}
.TagClassName
{
border-color: #3E2D2F;
}
</style>