#402A14

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

Shades of Bistre #402A14

Tints of Bistre #402A14

Color information

#402A14 (or 0x402A14) is unknown color: approx Bistre. HEX triplet: 40, 2A and 14. RGB value is (64,42,20). Sum of RGB (Red+Green+Blue) = 64+42+20=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A14 is #BFD5EB. Grayscale: #2E2E2E. Windows color (decimal): -12572140 or 1321536. OLE color: 1321536.

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

Color convert

RGB644220-
CMYK00.340.690.75
HSL30º52.38%16.47%-
HSV(B)30º68.75%25.1%-
XYZ3.072.81.04-
YUV46.07113.29140.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=50.79%
G=33.33%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64422000.340.690.753052.3816.47
Hex402A14022454B1e3410
Octal1005224042105113366420
Binary1000000101010101000100010100010110010111111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A14; }

 p { color: rgb(64,42,20); }

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

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

 a { background-color: rgb(64,42,20); }

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

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

 span { border-color: rgb(64,42,20); }

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