#402912

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

Shades of Bistre #402912

Tints of Bistre #402912

Color information

#402912 (or 0x402912) is unknown color: approx Bistre. HEX triplet: 40, 29 and 12. RGB value is (64,41,18). Sum of RGB (Red+Green+Blue) = 64+41+18=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402912 is #BFD6ED. Grayscale: #2D2D2D. Windows color (decimal): -12572398 or 1190208. OLE color: 1190208.

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

Color convert

RGB644118-
CMYK00.360.720.75
HSL30º56.1%16.08%-
HSV(B)30º71.88%25.1%-
XYZ3.022.720.94-
YUV45.26112.62141.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=52.03%
G=33.33%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64411800.360.720.753056.116.08
Hex402912024484B1e3810
Octal1005122044110113367020
Binary1000000101001100100100100100100010010111111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402912; }

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

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

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

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

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

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

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

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