#402B15

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

Shades of Bistre #402B15

Tints of Bistre #402B15

Color information

#402B15 (or 0x402B15) is unknown color: approx Bistre. HEX triplet: 40, 2B and 15. RGB value is (64,43,21). Sum of RGB (Red+Green+Blue) = 64+43+21=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B15 is #BFD4EA. Grayscale: #2E2E2E. Windows color (decimal): -12571883 or 1387328. OLE color: 1387328.

HSL color Cylindrical-coordinate representation of color #402B15: hue angle of 30.7º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402B15 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB644321-
CMYK00.330.670.75
HSL30.7º50.59%16.67%-
HSV(B)30.7º67.19%25.1%-
XYZ3.112.871.1-
YUV46.77113.46140.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=50%
G=33.59%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64432100.330.670.7530.750.5916.67
Hex402B15021434B1f3311
Octal1005325041103113376321
Binary1000000101011101010100001100001110010111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,21); }

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

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

 a { background-color: rgb(64,43,21); }

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

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

 span { border-color: rgb(64,43,21); }

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