#402A1D

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

Shades of Bistre #402A1D

Tints of Bistre #402A1D

Color information

#402A1D (or 0x402A1D) is unknown color: approx Bistre. HEX triplet: 40, 2A and 1D. RGB value is (64,42,29). Sum of RGB (Red+Green+Blue) = 64+42+29=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A1D is #BFD5E2. Grayscale: #2F2F2F. Windows color (decimal): -12572131 or 1911360. OLE color: 1911360.

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

Color convert

RGB644229-
CMYK00.340.550.75
HSL22.29º37.63%18.24%-
HSV(B)22.29º54.69%25.1%-
XYZ3.162.831.54-
YUV47.1117.79140.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=47.41%
G=31.11%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64422900.340.550.7522.2937.6318.24
Hex402A1D022374B162612
Octal100523504267113264622
Binary100000010101011101010001011011110010111011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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