#402A2D

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

Shades of Havana #402A2D

Tints of Havana #402A2D

Color information

#402A2D (or 0x402A2D) is unknown color: approx Havana. HEX triplet: 40, 2A and 2D. RGB value is (64,42,45). Sum of RGB (Red+Green+Blue) = 64+42+45=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A2D is #BFD5D2. Grayscale: #303030. Windows color (decimal): -12572115 or 2959936. OLE color: 2959936.

HSL color Cylindrical-coordinate representation of color #402A2D: hue angle of 351.82º degrees, saturation: 0.21, 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 #402A2D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB644245-
CMYK00.340.300.75
HSL351.82º20.75%20.78%-
HSV(B)351.82º34.38%25.1%-
XYZ3.422.942.87-
YUV48.92125.79138.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=42.38%
G=27.81%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64424500.340.300.75351.8220.7520.78
Hex402A2D0221E4B1601515
Octal1005255042361135402525
Binary100000010101010110101000101111010010111011000001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A2D; }

 p { color: rgb(64,42,45); }

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

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

 a { background-color: rgb(64,42,45); }

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

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

 span { border-color: rgb(64,42,45); }

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