#402914

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

Shades of Bistre #402914

Tints of Bistre #402914

Color information

#402914 (or 0x402914) is unknown color: approx Bistre. HEX triplet: 40, 29 and 14. RGB value is (64,41,20). Sum of RGB (Red+Green+Blue) = 64+41+20=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402914 is #BFD6EB. Grayscale: #2D2D2D. Windows color (decimal): -12572396 or 1321280. OLE color: 1321280.

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

Color convert

RGB644120-
CMYK00.360.690.75
HSL28.64º52.38%16.47%-
HSV(B)28.64º68.75%25.1%-
XYZ3.032.731.03-
YUV45.48113.62141.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 20 (8.20% from 255) = 16%
R=51.2%
G=32.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64412000.360.690.7528.6452.3816.47
Hex402914024454B1d3410
Octal1005124044105113356420
Binary1000000101001101000100100100010110010111110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402914; }

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

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

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

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

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

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

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

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