#402728

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

Shades of Havana #402728

Tints of Havana #402728

Color information

#402728 (or 0x402728) is unknown color: approx Havana. HEX triplet: 40, 27 and 28. RGB value is (64,39,40). Sum of RGB (Red+Green+Blue) = 64+39+40=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402728 is #BFD8D7. Grayscale: #2E2E2E. Windows color (decimal): -12572888 or 2631488. OLE color: 2631488.

HSL color Cylindrical-coordinate representation of color #402728: hue angle of 357.6º 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 #402728 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB643940-
CMYK00.390.380.75
HSL357.6º24.27%20.2%-
HSV(B)357.6º39.06%25.1%-
XYZ3.222.692.36-
YUV46.59124.28140.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=44.76%
G=27.27%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64394000.390.380.75357.624.2720.2
Hex402728027264B1661814
Octal1004750047461135463024
Binary1000000100111101000010011110011010010111011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402728; }

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

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

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

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

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

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

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

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