#41291C

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

Shades of Bistre #41291C

Tints of Bistre #41291C

Color information

#41291C (or 0x41291C) is unknown color: approx Bistre. HEX triplet: 41, 29 and 1C. RGB value is (65,41,28). Sum of RGB (Red+Green+Blue) = 65+41+28=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291C is #BED6E3. Grayscale: #2E2E2E. Windows color (decimal): -12506852 or 1845569. OLE color: 1845569.

HSL color Cylindrical-coordinate representation of color #41291C: hue angle of 21.08º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41291C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB654128-
CMYK00.370.570.75
HSL21.08º39.78%18.24%-
HSV(B)21.08º56.92%25.49%-
XYZ3.182.791.47-
YUV46.69117.45141.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=48.51%
G=30.60%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65412800.370.570.7521.0839.7818.24
Hex41291C025394B152812
Octal101513404571113255022
Binary100000110100111100010010111100110010111010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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