#402729

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

Shades of Havana #402729

Tints of Havana #402729

Color information

#402729 (or 0x402729) is unknown color: approx Havana. HEX triplet: 40, 27 and 29. RGB value is (64,39,41). Sum of RGB (Red+Green+Blue) = 64+39+41=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #402729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402729 is #BFD8D6. Grayscale: #2E2E2E. Windows color (decimal): -12572887 or 2697024. OLE color: 2697024.

HSL color Cylindrical-coordinate representation of color #402729: hue angle of 355.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #402729 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB643941-
CMYK00.390.360.75
HSL355.2º24.27%20.2%-
HSV(B)355.2º39.06%25.1%-
XYZ3.242.72.45-
YUV46.7124.78140.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=44.44%
G=27.08%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64394100.390.360.75355.224.2720.2
Hex402729027244B1631814
Octal1004751047441135433024
Binary1000000100111101001010011110010010010111011000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402729; }

 p { color: rgb(64,39,41); }

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

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

 a { background-color: rgb(64,39,41); }

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

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

 span { border-color: rgb(64,39,41); }

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