Shades of Havana #412D2E
Tints of Havana #412D2E
RGB
CMYK
RGB Variations
Color information
#412D2E (or 0x412D2E) is known color: Havana. HEX triplet: 41, 2D and 2E. RGB value is (65,45,46). Sum of RGB (Red+Green+Blue) = 65+45+46=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D2E is #BED2D1. Grayscale: #333333. Windows color (decimal): -12505810 or 3026241. OLE color: 3026241.
HSL color Cylindrical-coordinate representation of color #412D2E: hue angle of 357º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412D2E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 46 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.75 |
| HSL | 357º | 0.18% | 0.22% | - |
| HSV(B) | 357º | 0.31% | 0.25% | - |
| XYZ | 3.61 | 3.2 | 3.01 | - |
| YUV | 51.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 46 | 0 | 0.31 | 0.29 | 0.75 | 357 | 0.18 | 0.22 |
| Hex | 41 | 2D | 2E | 0 | 1F | 1D | 4B | 165 | 12 | 16 |
| Octal | 101 | 55 | 56 | 0 | 37 | 35 | 113 | 545 | 22 | 26 |
| Binary | 1000001 | 101101 | 101110 | 0 | 11111 | 11101 | 1001011 | 101100101 | 10010 | 10110 |
Color Harmonies of #412D2E
Complementary color
Monochromatic Colors of #412D2E
Black with #412D2E
Text Example
Text Example
White with #412D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D2E; }
p { color: rgb(65,45,46); }
H1.HeaderClassName
{
color: #412D2E;
}
.AnyTagClassName
{
color: #412D2E;
}
</style>
background-color css
<style>
a { background-color: #412D2E; }
a { background-color: rgb(65,45,46); }
div.DivClassName
{
background-color: #412D2E;
}
.BgClassName
{
background-color: #412D2E;
}
</style>
border-color css
<style>
span { border-color: #412D2E; }
span { border-color: rgb(65,45,46); }
td.TdClassName
{
border-color: #412D2E;
}
.TagClassName
{
border-color: #412D2E;
}
</style>