#402812

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

Shades of Bistre #402812

Tints of Bistre #402812

Color information

#402812 (or 0x402812) is unknown color: approx Bistre. HEX triplet: 40, 28 and 12. RGB value is (64,40,18). Sum of RGB (Red+Green+Blue) = 64+40+18=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402812 is #BFD7ED. Grayscale: #2C2C2C. Windows color (decimal): -12572654 or 1189952. OLE color: 1189952.

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

Color convert

RGB644018-
CMYK00.380.720.75
HSL28.7º56.1%16.08%-
HSV(B)28.7º71.88%25.1%-
XYZ2.982.650.93-
YUV44.67112.95141.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=52.46%
G=32.79%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64401800.380.720.7528.756.116.08
Hex402812026484B1d3810
Octal1005022046110113357020
Binary1000000101000100100100110100100010010111110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402812; }

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

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

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

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

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

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

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

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