#412B2C

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

Shades of Havana #412B2C

Tints of Havana #412B2C

Color information

#412B2C (or 0x412B2C) is unknown color: approx Havana. HEX triplet: 41, 2B and 2C. RGB value is (65,43,44). Sum of RGB (Red+Green+Blue) = 65+43+44=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B2C is #BED4D3. Grayscale: #313131. Windows color (decimal): -12506324 or 2894657. OLE color: 2894657.

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

Color convert

RGB654344-
CMYK00.340.320.75
HSL357.27º20.37%21.18%-
HSV(B)357.27º33.85%25.49%-
XYZ3.53.032.78-
YUV49.69124.79138.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=42.76%
G=28.29%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65434400.340.320.75357.2720.3721.18
Hex412B2C022204B1651415
Octal1015354042401135452425
Binary1000001101011101100010001010000010010111011001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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