#40291B

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

Shades of Bistre #40291B

Tints of Bistre #40291B

Color information

#40291B (or 0x40291B) is unknown color: approx Bistre. HEX triplet: 40, 29 and 1B. RGB value is (64,41,27). Sum of RGB (Red+Green+Blue) = 64+41+27=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291B is #BFD6E4. Grayscale: #2E2E2E. Windows color (decimal): -12572389 or 1780032. OLE color: 1780032.

HSL color Cylindrical-coordinate representation of color #40291B: hue angle of 22.7º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40291B is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB644127-
CMYK00.360.580.75
HSL22.7º40.66%17.84%-
HSV(B)22.7º57.81%25.1%-
XYZ3.112.751.41-
YUV46.28117.12140.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=48.48%
G=31.06%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64412700.360.580.7522.740.6617.84
Hex40291B0243A4B172912
Octal100513304472113275122
Binary100000010100111011010010011101010010111011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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