#402814

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

Shades of Bistre #402814

Tints of Bistre #402814

Color information

#402814 (or 0x402814) is unknown color: approx Bistre. HEX triplet: 40, 28 and 14. RGB value is (64,40,20). Sum of RGB (Red+Green+Blue) = 64+40+20=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402814 is #BFD7EB. Grayscale: #2D2D2D. Windows color (decimal): -12572652 or 1321024. OLE color: 1321024.

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

Color convert

RGB644020-
CMYK00.380.690.75
HSL27.27º52.38%16.47%-
HSV(B)27.27º68.75%25.1%-
XYZ32.661.02-
YUV44.9113.95141.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=51.61%
G=32.26%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64402000.380.690.7527.2752.3816.47
Hex402814026454B1b3410
Octal1005024046105113336420
Binary1000000101000101000100110100010110010111101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402814; }

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

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

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

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

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

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

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

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