#402818

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

Shades of Bistre #402818

Tints of Bistre #402818

Color information

#402818 (or 0x402818) is unknown color: approx Bistre. HEX triplet: 40, 28 and 18. RGB value is (64,40,24). Sum of RGB (Red+Green+Blue) = 64+40+24=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402818 is #BFD7E7. Grayscale: #2D2D2D. Windows color (decimal): -12572648 or 1583168. OLE color: 1583168.

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

Color convert

RGB644024-
CMYK00.380.620.75
HSL24º45.45%17.25%-
HSV(B)24º62.5%25.1%-
XYZ3.042.671.22-
YUV45.35115.95141.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=50%
G=31.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64402400.380.620.752445.4517.25
Hex4028180263E4B182d11
Octal100503004676113305521
Binary100000010100011000010011011111010010111100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402818; }

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

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

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

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

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

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

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

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