#402E1C

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

Shades of Cola #402E1C

Tints of Cola #402E1C

Color information

#402E1C (or 0x402E1C) is unknown color: approx Cola. HEX triplet: 40, 2E and 1C. RGB value is (64,46,28). Sum of RGB (Red+Green+Blue) = 64+46+28=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #402E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E1C is #BFD1E3. Grayscale: #313131. Windows color (decimal): -12571108 or 1846848. OLE color: 1846848.

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

Color convert

RGB644628-
CMYK00.280.560.75
HSL30º39.13%18.04%-
HSV(B)30º56.25%25.1%-
XYZ3.33.131.53-
YUV49.33115.96138.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=46.38%
G=33.33%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462800.280.560.753039.1318.04
Hex402E1C01C384B1e2712
Octal100563403470113364722
Binary10000001011101110001110011100010010111111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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