#402616

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

Shades of Bistre #402616

Tints of Bistre #402616

Color information

#402616 (or 0x402616) is unknown color: approx Bistre. HEX triplet: 40, 26 and 16. RGB value is (64,38,22). Sum of RGB (Red+Green+Blue) = 64+38+22=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402616 is #BFD9E9. Grayscale: #2C2C2C. Windows color (decimal): -12573162 or 1451584. OLE color: 1451584.

HSL color Cylindrical-coordinate representation of color #402616: hue angle of 22.86º 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 #402616 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB643822-
CMYK00.410.660.75
HSL22.86º48.84%16.86%-
HSV(B)22.86º65.62%25.1%-
XYZ2.952.531.09-
YUV43.95115.61142.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=51.61%
G=30.65%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64382200.410.660.7522.8648.8416.86
Hex402616029424B173111
Octal1004626051102113276121
Binary1000000100110101100101001100001010010111011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402616; }

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

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

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

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

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

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

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

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