#412E30

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

Shades of Havana #412E30

Tints of Havana #412E30

Color information

#412E30 (or 0x412E30) is unknown color: approx Havana. HEX triplet: 41, 2E and 30. RGB value is (65,46,48). Sum of RGB (Red+Green+Blue) = 65+46+48=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E30 is #BED1CF. Grayscale: #333333. Windows color (decimal): -12505552 or 3157569. OLE color: 3157569.

HSL color Cylindrical-coordinate representation of color #412E30: hue angle of 353.68º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E30 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB654648-
CMYK00.290.260.75
HSL353.68º17.12%21.76%-
HSV(B)353.68º29.23%25.49%-
XYZ3.693.293.24-
YUV51.91125.79137.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=40.88%
G=28.93%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65464800.290.260.75353.6817.1221.76
Hex412E3001D1A4B1621116
Octal1015660035321135422126
Binary10000011011101100000111011101010010111011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,48); }

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

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

 a { background-color: rgb(65,46,48); }

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

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

 span { border-color: rgb(65,46,48); }

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