#402628

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

Shades of Havana #402628

Tints of Havana #402628

Color information

#402628 (or 0x402628) is unknown color: approx Havana. HEX triplet: 40, 26 and 28. RGB value is (64,38,40). Sum of RGB (Red+Green+Blue) = 64+38+40=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402628 is #BFD9D7. Grayscale: #2E2E2E. Windows color (decimal): -12573144 or 2631232. OLE color: 2631232.

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

Color convert

RGB643840-
CMYK00.410.380.75
HSL355.38º25.49%20%-
HSV(B)355.38º40.62%25.1%-
XYZ3.192.632.35-
YUV46124.61140.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=45.07%
G=26.76%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64384000.410.380.75355.3825.4920
Hex402628029264B1631914
Octal1004650051461135433124
Binary1000000100110101000010100110011010010111011000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402628; }

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

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

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

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

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

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

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

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