Shades of Havana #412C2F
Tints of Havana #412C2F
RGB
CMYK
RGB Variations
Color information
#412C2F (or 0x412C2F) is known color: Havana. HEX triplet: 41, 2C and 2F. RGB value is (65,44,47). Sum of RGB (Red+Green+Blue) = 65+44+47=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C2F is #BED3D0. Grayscale: #323232. Windows color (decimal): -12506065 or 3091521. OLE color: 3091521.
HSL color Cylindrical-coordinate representation of color #412C2F: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C2F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 47 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.75 |
| HSL | 351.43º | 0.19% | 0.21% | - |
| HSV(B) | 351.43º | 0.32% | 0.25% | - |
| XYZ | 3.59 | 3.13 | 3.1 | - |
| YUV | 50.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 47 | 0 | 0.32 | 0.28 | 0.75 | 351.43 | 0.19 | 0.21 |
| Hex | 41 | 2C | 2F | 0 | 20 | 1C | 4B | 15F | 13 | 15 |
| Octal | 101 | 54 | 57 | 0 | 40 | 34 | 113 | 537 | 23 | 25 |
| Binary | 1000001 | 101100 | 101111 | 0 | 100000 | 11100 | 1001011 | 101011111 | 10011 | 10101 |
Color Harmonies of #412C2F
Complementary color
Monochromatic Colors of #412C2F
Black with #412C2F
Text Example
Text Example
White with #412C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C2F; }
p { color: rgb(65,44,47); }
H1.HeaderClassName
{
color: #412C2F;
}
.AnyTagClassName
{
color: #412C2F;
}
</style>
background-color css
<style>
a { background-color: #412C2F; }
a { background-color: rgb(65,44,47); }
div.DivClassName
{
background-color: #412C2F;
}
.BgClassName
{
background-color: #412C2F;
}
</style>
border-color css
<style>
span { border-color: #412C2F; }
span { border-color: rgb(65,44,47); }
td.TdClassName
{
border-color: #412C2F;
}
.TagClassName
{
border-color: #412C2F;
}
</style>