Shades of Havana #452D2E
Tints of Havana #452D2E
RGB
CMYK
RGB Variations
Color information
#452D2E (or 0x452D2E) is known color: Havana. HEX triplet: 45, 2D and 2E. RGB value is (69,45,46). Sum of RGB (Red+Green+Blue) = 69+45+46=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #452D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D2E is #BAD2D1. Grayscale: #343434. Windows color (decimal): -12243666 or 3026245. OLE color: 3026245.
HSL color Cylindrical-coordinate representation of color #452D2E: hue angle of 357.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #452D2E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 46 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.73 |
| HSL | 357.5º | 0.21% | 0.22% | - |
| HSV(B) | 357.5º | 0.35% | 0.27% | - |
| XYZ | 3.89 | 3.34 | 3.02 | - |
| YUV | 52.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 46 | 0 | 0.35 | 0.33 | 0.73 | 357.5 | 0.21 | 0.22 |
| Hex | 45 | 2D | 2E | 0 | 23 | 21 | 49 | 166 | 15 | 16 |
| Octal | 105 | 55 | 56 | 0 | 43 | 41 | 111 | 546 | 25 | 26 |
| Binary | 1000101 | 101101 | 101110 | 0 | 100011 | 100001 | 1001001 | 101100110 | 10101 | 10110 |
Color Harmonies of #452D2E
Complementary color
Monochromatic Colors of #452D2E
Black with #452D2E
Text Example
Text Example
White with #452D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D2E; }
p { color: rgb(69,45,46); }
H1.HeaderClassName
{
color: #452D2E;
}
.AnyTagClassName
{
color: #452D2E;
}
</style>
background-color css
<style>
a { background-color: #452D2E; }
a { background-color: rgb(69,45,46); }
div.DivClassName
{
background-color: #452D2E;
}
.BgClassName
{
background-color: #452D2E;
}
</style>
border-color css
<style>
span { border-color: #452D2E; }
span { border-color: rgb(69,45,46); }
td.TdClassName
{
border-color: #452D2E;
}
.TagClassName
{
border-color: #452D2E;
}
</style>