Shades of Havana #412D2F
Tints of Havana #412D2F
RGB
CMYK
RGB Variations
Color information
#412D2F (or 0x412D2F) is known color: Havana. HEX triplet: 41, 2D and 2F. RGB value is (65,45,47). Sum of RGB (Red+Green+Blue) = 65+45+47=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D2F is #BED2D0. Grayscale: #333333. Windows color (decimal): -12505809 or 3091777. OLE color: 3091777.
HSL color Cylindrical-coordinate representation of color #412D2F: hue angle of 354º 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 #412D2F is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 47 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.75 |
| HSL | 354º | 0.18% | 0.22% | - |
| HSV(B) | 354º | 0.31% | 0.25% | - |
| XYZ | 3.63 | 3.21 | 3.12 | - |
| YUV | 51.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 47 | 0 | 0.31 | 0.28 | 0.75 | 354 | 0.18 | 0.22 |
| Hex | 41 | 2D | 2F | 0 | 1F | 1C | 4B | 162 | 12 | 16 |
| Octal | 101 | 55 | 57 | 0 | 37 | 34 | 113 | 542 | 22 | 26 |
| Binary | 1000001 | 101101 | 101111 | 0 | 11111 | 11100 | 1001011 | 101100010 | 10010 | 10110 |
Color Harmonies of #412D2F
Complementary color
Monochromatic Colors of #412D2F
Black with #412D2F
Text Example
Text Example
White with #412D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D2F; }
p { color: rgb(65,45,47); }
H1.HeaderClassName
{
color: #412D2F;
}
.AnyTagClassName
{
color: #412D2F;
}
</style>
background-color css
<style>
a { background-color: #412D2F; }
a { background-color: rgb(65,45,47); }
div.DivClassName
{
background-color: #412D2F;
}
.BgClassName
{
background-color: #412D2F;
}
</style>
border-color css
<style>
span { border-color: #412D2F; }
span { border-color: rgb(65,45,47); }
td.TdClassName
{
border-color: #412D2F;
}
.TagClassName
{
border-color: #412D2F;
}
</style>