#402712

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

Shades of Bistre #402712

Tints of Bistre #402712

Color information

#402712 (or 0x402712) is unknown color: approx Bistre. HEX triplet: 40, 27 and 12. RGB value is (64,39,18). Sum of RGB (Red+Green+Blue) = 64+39+18=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402712 is #BFD8ED. Grayscale: #2C2C2C. Windows color (decimal): -12572910 or 1189696. OLE color: 1189696.

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

Color convert

RGB643918-
CMYK00.390.720.75
HSL27.39º56.1%16.08%-
HSV(B)27.39º71.88%25.1%-
XYZ2.952.580.92-
YUV44.08113.28142.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=52.89%
G=32.23%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64391800.390.720.7527.3956.116.08
Hex402712027484B1b3810
Octal1004722047110113337020
Binary1000000100111100100100111100100010010111101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402712; }

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

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

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

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

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

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

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

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