#402512

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

Shades of Bistre #402512

Tints of Bistre #402512

Color information

#402512 (or 0x402512) is unknown color: approx Bistre. HEX triplet: 40, 25 and 12. RGB value is (64,37,18). Sum of RGB (Red+Green+Blue) = 64+37+18=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402512 is #BFDAED. Grayscale: #2B2B2B. Windows color (decimal): -12573422 or 1189184. OLE color: 1189184.

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

Color convert

RGB643718-
CMYK00.420.720.75
HSL24.78º56.1%16.08%-
HSV(B)24.78º71.88%25.1%-
XYZ2.892.460.89-
YUV42.91113.95143.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=53.78%
G=31.09%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64371800.420.720.7524.7856.116.08
Hex40251202A484B193810
Octal1004522052110113317020
Binary1000000100101100100101010100100010010111100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402512; }

 p { color: rgb(64,37,18); }

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

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

 a { background-color: rgb(64,37,18); }

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

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

 span { border-color: rgb(64,37,18); }

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