#3A291C

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

Shades of Bistre #3A291C

Tints of Bistre #3A291C

Color information

#3A291C (or 0x3A291C) is unknown color: approx Bistre. HEX triplet: 3A, 29 and 1C. RGB value is (58,41,28). Sum of RGB (Red+Green+Blue) = 58+41+28=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A291C is #C5D6E3. Grayscale: #2C2C2C. Windows color (decimal): -12965604 or 1845562. OLE color: 1845562.

HSL color Cylindrical-coordinate representation of color #3A291C: hue angle of 26º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A291C is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB584128-
CMYK00.290.520.77
HSL26º34.88%16.86%-
HSV(B)26º51.72%22.75%-
XYZ2.752.571.45-
YUV44.6118.63137.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=45.67%
G=32.28%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58412800.290.520.772634.8816.86
Hex3A291C01D344D1a2311
Octal72513403564115324321
Binary1110101010011110001110111010010011011101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A291C; }

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

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

<style>
 a { background-color: #3A291C; }

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

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

<style>
 span { border-color: #3A291C; }

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

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