#402917

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

Shades of Bistre #402917

Tints of Bistre #402917

Color information

#402917 (or 0x402917) is unknown color: approx Bistre. HEX triplet: 40, 29 and 17. RGB value is (64,41,23). Sum of RGB (Red+Green+Blue) = 64+41+23=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402917 is #BFD6E8. Grayscale: #2D2D2D. Windows color (decimal): -12572393 or 1517888. OLE color: 1517888.

HSL color Cylindrical-coordinate representation of color #402917: hue angle of 26.34º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402917 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB644123-
CMYK00.360.640.75
HSL26.34º47.13%17.06%-
HSV(B)26.34º64.06%25.1%-
XYZ3.062.741.18-
YUV45.82115.12140.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=50%
G=32.03%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64412300.360.640.7526.3447.1317.06
Hex402917024404B1a2f11
Octal1005127044100113325721
Binary1000000101001101110100100100000010010111101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402917; }

 p { color: rgb(64,41,23); }

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

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

 a { background-color: rgb(64,41,23); }

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

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

 span { border-color: rgb(64,41,23); }

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