#403132

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

Shades of Havana #403132

Tints of Havana #403132

Color information

#403132 (or 0x403132) is unknown color: approx Havana. HEX triplet: 40, 31 and 32. RGB value is (64,49,50). Sum of RGB (Red+Green+Blue) = 64+49+50=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403132 is #BFCECD. Grayscale: #353535. Windows color (decimal): -12570318 or 3289408. OLE color: 3289408.

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

Color convert

RGB644950-
CMYK00.230.220.75
HSL356º13.27%22.16%-
HSV(B)356º23.44%25.1%-
XYZ3.793.523.5-
YUV53.6125.97135.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=39.26%
G=30.06%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64495000.230.220.7535613.2722.16
Hex403132017164B164d16
Octal1006162027261135441526
Binary1000000110001110010010111101101001011101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403132; }

 p { color: rgb(64,49,50); }

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

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

 a { background-color: rgb(64,49,50); }

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

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

 span { border-color: rgb(64,49,50); }

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