#402C1A

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

Shades of Bistre #402C1A

Tints of Bistre #402C1A

Color information

#402C1A (or 0x402C1A) is unknown color: approx Bistre. HEX triplet: 40, 2C and 1A. RGB value is (64,44,26). Sum of RGB (Red+Green+Blue) = 64+44+26=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C1A is #BFD3E5. Grayscale: #303030. Windows color (decimal): -12571622 or 1715264. OLE color: 1715264.

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

Color convert

RGB644426-
CMYK00.310.590.75
HSL28.42º42.22%17.65%-
HSV(B)28.42º59.38%25.1%-
XYZ3.22.971.38-
YUV47.93115.63139.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=47.76%
G=32.84%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64442600.310.590.7528.4242.2217.65
Hex402C1A01F3B4B1c2a12
Octal100543203773113345222
Binary10000001011001101001111111101110010111110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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