#40290D

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

Shades of Bistre #40290D

Tints of Bistre #40290D

Color information

#40290D (or 0x40290D) is unknown color: approx Bistre. HEX triplet: 40, 29 and 0D. RGB value is (64,41,13). Sum of RGB (Red+Green+Blue) = 64+41+13=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290D is #BFD6F2. Grayscale: #2C2C2C. Windows color (decimal): -12572403 or 862528. OLE color: 862528.

HSL color Cylindrical-coordinate representation of color #40290D: hue angle of 32.94º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40290D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB644113-
CMYK00.360.800.75
HSL32.94º66.23%15.1%-
HSV(B)32.94º79.69%25.1%-
XYZ2.982.70.75-
YUV44.68110.12141.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=54.24%
G=34.75%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64411300.360.800.7532.9466.2315.1
Hex4029D024504B2142f
Octal10051150441201134110217
Binary1000000101001110101001001010000100101110000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40290D; }

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

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

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

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

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

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

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

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