#402A2E

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

Shades of Havana #402A2E

Tints of Havana #402A2E

Color information

#402A2E (or 0x402A2E) is unknown color: approx Havana. HEX triplet: 40, 2A and 2E. RGB value is (64,42,46). Sum of RGB (Red+Green+Blue) = 64+42+46=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A2E is #BFD5D1. Grayscale: #313131. Windows color (decimal): -12572114 or 3025472. OLE color: 3025472.

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

Color convert

RGB644246-
CMYK00.340.280.75
HSL349.09º20.75%20.78%-
HSV(B)349.09º34.38%25.1%-
XYZ3.442.942.97-
YUV49.03126.29138.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=42.11%
G=27.63%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64424600.340.280.75349.0920.7520.78
Hex402A2E0221C4B15d1515
Octal1005256042341135352525
Binary100000010101010111001000101110010010111010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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