#40281C

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

Shades of Bistre #40281C

Tints of Bistre #40281C

Color information

#40281C (or 0x40281C) is unknown color: approx Bistre. HEX triplet: 40, 28 and 1C. RGB value is (64,40,28). Sum of RGB (Red+Green+Blue) = 64+40+28=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40281C is #BFD7E3. Grayscale: #2D2D2D. Windows color (decimal): -12572644 or 1845312. OLE color: 1845312.

HSL color Cylindrical-coordinate representation of color #40281C: hue angle of 20º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40281C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB644028-
CMYK00.380.560.75
HSL20º39.13%18.04%-
HSV(B)20º56.25%25.1%-
XYZ3.082.691.46-
YUV45.81117.95140.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=48.48%
G=30.30%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64402800.380.560.752039.1318.04
Hex40281C026384B142712
Octal100503404670113244722
Binary100000010100011100010011011100010010111010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40281C; }

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

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

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

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

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

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

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

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