#412A2C

Color #412A2C Havana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havana #412A2C

Tints of Havana #412A2C

Color information

#412A2C (or 0x412A2C) is unknown color: approx Havana. HEX triplet: 41, 2A and 2C. RGB value is (65,42,44). Sum of RGB (Red+Green+Blue) = 65+42+44=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2C is #BED5D3. Grayscale: #313131. Windows color (decimal): -12506580 or 2894401. OLE color: 2894401.

HSL color Cylindrical-coordinate representation of color #412A2C: hue angle of 354.78º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A2C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB654244-
CMYK00.350.320.75
HSL354.78º21.5%20.98%-
HSV(B)354.78º35.38%25.49%-
XYZ3.462.962.77-
YUV49.1125.12139.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=43.05%
G=27.81%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65424400.350.320.75354.7821.520.98
Hex412A2C023204B1631515
Octal1015254043401135432525
Binary1000001101010101100010001110000010010111011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A2C; }

 p { color: rgb(65,42,44); }

 H1.HeaderClassName
 {
   color: #412A2C;
 }
 .AnyTagClassName
 {
   color: #412A2C;
 }
</style>
background-color css

<style>
 a { background-color: #412A2C; }

 a { background-color: rgb(65,42,44); }

 div.DivClassName
 {
   background-color: #412A2C;
 }
 .BgClassName
 {
   background-color: #412A2C;
 }
</style>
border-color css

<style>
 span { border-color: #412A2C; }

 span { border-color: rgb(65,42,44); }

 td.TdClassName
 {
   border-color: #412A2C;
 }
 .TagClassName
 {
   border-color: #412A2C;
 }
</style>