#402711

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

Shades of Bistre #402711

Tints of Bistre #402711

Color information

#402711 (or 0x402711) is unknown color: approx Bistre. HEX triplet: 40, 27 and 11. RGB value is (64,39,17). Sum of RGB (Red+Green+Blue) = 64+39+17=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402711 is #BFD8EE. Grayscale: #2C2C2C. Windows color (decimal): -12572911 or 1124160. OLE color: 1124160.

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

Color convert

RGB643917-
CMYK00.390.730.75
HSL28.09º58.02%15.88%-
HSV(B)28.09º73.44%25.1%-
XYZ2.942.580.87-
YUV43.97112.78142.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=53.33%
G=32.5%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64391700.390.730.7528.0958.0215.88
Hex402711027494B1c3a10
Octal1004721047111113347220
Binary1000000100111100010100111100100110010111110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402711; }

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

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

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

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

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

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

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

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