#402D1C

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

Shades of Bistre #402D1C

Tints of Bistre #402D1C

Color information

#402D1C (or 0x402D1C) is unknown color: approx Bistre. HEX triplet: 40, 2D and 1C. RGB value is (64,45,28). Sum of RGB (Red+Green+Blue) = 64+45+28=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D1C is #BFD2E3. Grayscale: #303030. Windows color (decimal): -12571364 or 1846592. OLE color: 1846592.

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

Color convert

RGB644528-
CMYK00.300.560.75
HSL28.33º39.13%18.04%-
HSV(B)28.33º56.25%25.1%-
XYZ3.263.051.52-
YUV48.74116.29138.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=46.72%
G=32.85%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64452800.300.560.7528.3339.1318.04
Hex402D1C01E384B1c2712
Octal100553403670113344722
Binary10000001011011110001111011100010010111110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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