#402E21

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

Shades of Bistre #402E21

Tints of Bistre #402E21

Color information

#402E21 (or 0x402E21) is unknown color: approx Bistre. HEX triplet: 40, 2E and 21. RGB value is (64,46,33). Sum of RGB (Red+Green+Blue) = 64+46+33=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E21 is #BFD1DE. Grayscale: #313131. Windows color (decimal): -12571103 or 2174528. OLE color: 2174528.

HSL color Cylindrical-coordinate representation of color #402E21: hue angle of 25.16º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402E21 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB644633-
CMYK00.280.480.75
HSL25.16º31.96%19.02%-
HSV(B)25.16º48.44%25.1%-
XYZ3.373.151.87-
YUV49.9118.46138.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=44.76%
G=32.17%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64463300.280.480.7525.1631.9619.02
Hex402E2101C304B192013
Octal100564103460113314023
Binary100000010111010000101110011000010010111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,33); }

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

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

 a { background-color: rgb(64,46,33); }

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

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

 span { border-color: rgb(64,46,33); }

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