#402816

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

Shades of Bistre #402816

Tints of Bistre #402816

Color information

#402816 (or 0x402816) is unknown color: approx Bistre. HEX triplet: 40, 28 and 16. RGB value is (64,40,22). Sum of RGB (Red+Green+Blue) = 64+40+22=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402816 is #BFD7E9. Grayscale: #2D2D2D. Windows color (decimal): -12572650 or 1452096. OLE color: 1452096.

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

Color convert

RGB644022-
CMYK00.380.660.75
HSL25.71º48.84%16.86%-
HSV(B)25.71º65.62%25.1%-
XYZ3.022.671.11-
YUV45.12114.95141.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=50.79%
G=31.75%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64402200.380.660.7525.7148.8416.86
Hex402816026424B1a3111
Octal1005026046102113326121
Binary1000000101000101100100110100001010010111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402816; }

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

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

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

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

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

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

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

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