#402E1D

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

Shades of Cola #402E1D

Tints of Cola #402E1D

Color information

#402E1D (or 0x402E1D) is unknown color: approx Cola. HEX triplet: 40, 2E and 1D. RGB value is (64,46,29). Sum of RGB (Red+Green+Blue) = 64+46+29=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E1D is #BFD1E2. Grayscale: #313131. Windows color (decimal): -12571107 or 1912384. OLE color: 1912384.

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

Color convert

RGB644629-
CMYK00.280.550.75
HSL29.14º37.63%18.24%-
HSV(B)29.14º54.69%25.1%-
XYZ3.313.131.59-
YUV49.44116.46138.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 29 (11.72% from 255) = 20.86%
R=46.04%
G=33.09%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462900.280.550.7529.1437.6318.24
Hex402E1D01C374B1d2612
Octal100563503467113354622
Binary10000001011101110101110011011110010111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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