#402E1E

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

Shades of Cola #402E1E

Tints of Cola #402E1E

Color information

#402E1E (or 0x402E1E) is unknown color: approx Cola. HEX triplet: 40, 2E and 1E. RGB value is (64,46,30). Sum of RGB (Red+Green+Blue) = 64+46+30=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E1E is #BFD1E1. Grayscale: #313131. Windows color (decimal): -12571106 or 1977920. OLE color: 1977920.

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

Color convert

RGB644630-
CMYK00.280.530.75
HSL28.24º36.17%18.43%-
HSV(B)28.24º53.12%25.1%-
XYZ3.333.141.66-
YUV49.56116.96138.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=45.71%
G=32.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64463000.280.530.7528.2436.1718.43
Hex402E1E01C354B1c2412
Octal100563603465113344422
Binary10000001011101111001110011010110010111110010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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