#402E1B

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

Shades of Cola #402E1B

Tints of Cola #402E1B

Color information

#402E1B (or 0x402E1B) is unknown color: approx Cola. HEX triplet: 40, 2E and 1B. RGB value is (64,46,27). Sum of RGB (Red+Green+Blue) = 64+46+27=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E1B is #BFD1E4. Grayscale: #313131. Windows color (decimal): -12571109 or 1781312. OLE color: 1781312.

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

Color convert

RGB644627-
CMYK00.280.580.75
HSL30.81º40.66%17.84%-
HSV(B)30.81º57.81%25.1%-
XYZ3.293.121.47-
YUV49.22115.46138.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=46.72%
G=33.58%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462700.280.580.7530.8140.6617.84
Hex402E1B01C3A4B1f2912
Octal100563303472113375122
Binary10000001011101101101110011101010010111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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