#402C20

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

Shades of Bistre #402C20

Tints of Bistre #402C20

Color information

#402C20 (or 0x402C20) is unknown color: approx Bistre. HEX triplet: 40, 2C and 20. RGB value is (64,44,32). Sum of RGB (Red+Green+Blue) = 64+44+32=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C20 is #BFD3DF. Grayscale: #303030. Windows color (decimal): -12571616 or 2108480. OLE color: 2108480.

HSL color Cylindrical-coordinate representation of color #402C20: hue angle of 22.5º 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 #402C20 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB644432-
CMYK00.310.500.75
HSL22.5º33.33%18.82%-
HSV(B)22.5º50%25.1%-
XYZ3.2831.77-
YUV48.61118.63138.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=45.71%
G=31.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64443200.310.500.7522.533.3318.82
Hex402C2001F324B162113
Octal100544003762113264123
Binary100000010110010000001111111001010010111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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