#40291C

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

Shades of Bistre #40291C

Tints of Bistre #40291C

Color information

#40291C (or 0x40291C) is unknown color: approx Bistre. HEX triplet: 40, 29 and 1C. RGB value is (64,41,28). Sum of RGB (Red+Green+Blue) = 64+41+28=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291C is #BFD6E3. Grayscale: #2E2E2E. Windows color (decimal): -12572388 or 1845568. OLE color: 1845568.

HSL color Cylindrical-coordinate representation of color #40291C: hue angle of 21.67º 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 #40291C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB644128-
CMYK00.360.560.75
HSL21.67º39.13%18.04%-
HSV(B)21.67º56.25%25.1%-
XYZ3.122.761.47-
YUV46.4117.62140.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=48.12%
G=30.83%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64412800.360.560.7521.6739.1318.04
Hex40291C024384B162712
Octal100513404470113264722
Binary100000010100111100010010011100010010111011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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