#402D21

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

Shades of Bistre #402D21

Tints of Bistre #402D21

Color information

#402D21 (or 0x402D21) is unknown color: approx Bistre. HEX triplet: 40, 2D and 21. RGB value is (64,45,33). Sum of RGB (Red+Green+Blue) = 64+45+33=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D21 is #BFD2DE. Grayscale: #313131. Windows color (decimal): -12571359 or 2174272. OLE color: 2174272.

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

Color convert

RGB644533-
CMYK00.300.480.75
HSL23.23º31.96%19.02%-
HSV(B)23.23º48.44%25.1%-
XYZ3.333.081.86-
YUV49.31118.79138.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=45.07%
G=31.69%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64453300.300.480.7523.2331.9619.02
Hex402D2101E304B172013
Octal100554103660113274023
Binary100000010110110000101111011000010010111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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