#402A1C

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

Shades of Bistre #402A1C

Tints of Bistre #402A1C

Color information

#402A1C (or 0x402A1C) is unknown color: approx Bistre. HEX triplet: 40, 2A and 1C. RGB value is (64,42,28). Sum of RGB (Red+Green+Blue) = 64+42+28=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A1C is #BFD5E3. Grayscale: #2F2F2F. Windows color (decimal): -12572132 or 1845824. OLE color: 1845824.

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

Color convert

RGB644228-
CMYK00.340.560.75
HSL23.33º39.13%18.04%-
HSV(B)23.33º56.25%25.1%-
XYZ3.152.831.48-
YUV46.98117.29140.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=47.76%
G=31.34%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64422800.340.560.7523.3339.1318.04
Hex402A1C022384B172712
Octal100523404270113274722
Binary100000010101011100010001011100010010111011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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