#412C2E

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

Shades of Havana #412C2E

Tints of Havana #412C2E

Color information

#412C2E (or 0x412C2E) is unknown color: approx Havana. HEX triplet: 41, 2C and 2E. RGB value is (65,44,46). Sum of RGB (Red+Green+Blue) = 65+44+46=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C2E is #BED3D1. Grayscale: #323232. Windows color (decimal): -12506066 or 3025985. OLE color: 3025985.

HSL color Cylindrical-coordinate representation of color #412C2E: hue angle of 354.29º 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 #412C2E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB654446-
CMYK00.320.290.75
HSL354.29º19.27%21.37%-
HSV(B)354.29º32.31%25.49%-
XYZ3.573.123-
YUV50.51125.46138.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=41.94%
G=28.39%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65444600.320.290.75354.2919.2721.37
Hex412C2E0201D4B1621315
Octal1015456040351135422325
Binary100000110110010111001000001110110010111011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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