#41291B

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

Shades of Bistre #41291B

Tints of Bistre #41291B

Color information

#41291B (or 0x41291B) is unknown color: approx Bistre. HEX triplet: 41, 29 and 1B. RGB value is (65,41,27). Sum of RGB (Red+Green+Blue) = 65+41+27=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291B is #BED6E4. Grayscale: #2E2E2E. Windows color (decimal): -12506853 or 1780033. OLE color: 1780033.

HSL color Cylindrical-coordinate representation of color #41291B: hue angle of 22.11º 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 #41291B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB654127-
CMYK00.370.580.75
HSL22.11º41.3%18.04%-
HSV(B)22.11º58.46%25.49%-
XYZ3.172.791.41-
YUV46.58116.95141.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=48.87%
G=30.83%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65412700.370.580.7522.1141.318.04
Hex41291B0253A4B162912
Octal101513304572113265122
Binary100000110100111011010010111101010010111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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