#40290E

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

Shades of Bistre #40290E

Tints of Bistre #40290E

Color information

#40290E (or 0x40290E) is unknown color: approx Bistre. HEX triplet: 40, 29 and 0E. RGB value is (64,41,14). Sum of RGB (Red+Green+Blue) = 64+41+14=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #40290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290E is #BFD6F1. Grayscale: #2C2C2C. Windows color (decimal): -12572402 or 928064. OLE color: 928064.

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

Color convert

RGB644114-
CMYK00.360.780.75
HSL32.4º64.1%15.29%-
HSV(B)32.4º78.12%25.1%-
XYZ2.992.710.78-
YUV44.8110.62141.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=53.78%
G=34.45%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64411400.360.780.7532.464.115.29
Hex4029E0244E4B2040f
Octal10051160441161134010017
Binary1000000101001111001001001001110100101110000010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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