#40290C

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

Shades of Bistre #40290C

Tints of Bistre #40290C

Color information

#40290C (or 0x40290C) is unknown color: approx Bistre. HEX triplet: 40, 29 and 0C. RGB value is (64,41,12). Sum of RGB (Red+Green+Blue) = 64+41+12=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290C is #BFD6F3. Grayscale: #2C2C2C. Windows color (decimal): -12572404 or 796992. OLE color: 796992.

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

Color convert

RGB644112-
CMYK00.360.810.75
HSL33.46º68.42%14.9%-
HSV(B)33.46º81.25%25.1%-
XYZ2.972.70.71-
YUV44.57109.62141.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=54.70%
G=35.04%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64411200.360.810.7533.4668.4214.9
Hex4029C024514B2144f
Octal10051140441211134110417
Binary1000000101001110001001001010001100101110000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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