#402E1A

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

Shades of Cola #402E1A

Tints of Cola #402E1A

Color information

#402E1A (or 0x402E1A) is unknown color: approx Cola. HEX triplet: 40, 2E and 1A. RGB value is (64,46,26). Sum of RGB (Red+Green+Blue) = 64+46+26=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E1A is #BFD1E5. Grayscale: #313131. Windows color (decimal): -12571110 or 1715776. OLE color: 1715776.

HSL color Cylindrical-coordinate representation of color #402E1A: hue angle of 31.58º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #402E1A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB644626-
CMYK00.280.590.75
HSL31.58º42.22%17.65%-
HSV(B)31.58º59.38%25.1%-
XYZ3.283.121.41-
YUV49.1114.96138.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=47.06%
G=33.82%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462600.280.590.7531.5842.2217.65
Hex402E1A01C3B4B202a12
Octal100563203473113405222
Binary100000010111011010011100111011100101110000010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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