#402916

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

Shades of Bistre #402916

Tints of Bistre #402916

Color information

#402916 (or 0x402916) is unknown color: approx Bistre. HEX triplet: 40, 29 and 16. RGB value is (64,41,22). Sum of RGB (Red+Green+Blue) = 64+41+22=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #402916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402916 is #BFD6E9. Grayscale: #2D2D2D. Windows color (decimal): -12572394 or 1452352. OLE color: 1452352.

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

Color convert

RGB644122-
CMYK00.360.660.75
HSL27.14º48.84%16.86%-
HSV(B)27.14º65.62%25.1%-
XYZ3.052.731.13-
YUV45.71114.62141.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=50.39%
G=32.28%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64412200.360.660.7527.1448.8416.86
Hex402916024424B1b3111
Octal1005126044102113336121
Binary1000000101001101100100100100001010010111101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402916; }

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

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

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

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

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

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

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

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