#402913

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

Shades of Bistre #402913

Tints of Bistre #402913

Color information

#402913 (or 0x402913) is unknown color: approx Bistre. HEX triplet: 40, 29 and 13. RGB value is (64,41,19). Sum of RGB (Red+Green+Blue) = 64+41+19=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402913 is #BFD6EC. Grayscale: #2D2D2D. Windows color (decimal): -12572397 or 1255744. OLE color: 1255744.

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

Color convert

RGB644119-
CMYK00.360.700.75
HSL29.33º54.22%16.27%-
HSV(B)29.33º70.31%25.1%-
XYZ3.022.720.98-
YUV45.37113.12141.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=51.61%
G=33.06%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64411900.360.700.7529.3354.2216.27
Hex402913024464B1d3610
Octal1005123044106113356620
Binary1000000101001100110100100100011010010111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402913; }

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

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

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

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

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

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

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

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