#402E20

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

Shades of Bistre #402E20

Tints of Bistre #402E20

Color information

#402E20 (or 0x402E20) is unknown color: approx Bistre. HEX triplet: 40, 2E and 20. RGB value is (64,46,32). Sum of RGB (Red+Green+Blue) = 64+46+32=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E20 is #BFD1DF. Grayscale: #313131. Windows color (decimal): -12571104 or 2108992. OLE color: 2108992.

HSL color Cylindrical-coordinate representation of color #402E20: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402E20 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB644632-
CMYK00.280.500.75
HSL26.25º33.33%18.82%-
HSV(B)26.25º50%25.1%-
XYZ3.353.151.8-
YUV49.79117.96138.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=45.07%
G=32.39%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64463200.280.500.7526.2533.3318.82
Hex402E2001C324B1a2113
Octal100564003462113324123
Binary100000010111010000001110011001010010111101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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