#3A291F

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

Shades of Bistre #3A291F

Tints of Bistre #3A291F

Color information

#3A291F (or 0x3A291F) is unknown color: approx Bistre. HEX triplet: 3A, 29 and 1F. RGB value is (58,41,31). Sum of RGB (Red+Green+Blue) = 58+41+31=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A291F is #C5D6E0. Grayscale: #2D2D2D. Windows color (decimal): -12965601 or 2042170. OLE color: 2042170.

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

Color convert

RGB584131-
CMYK00.290.470.77
HSL22.22º30.34%17.45%-
HSV(B)22.22º46.55%22.75%-
XYZ2.792.581.65-
YUV44.94120.13137.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=44.62%
G=31.54%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58413100.290.470.7722.2230.3417.45
Hex3A291F01D2F4D161e11
Octal72513703557115263621
Binary111010101001111110111011011111001101101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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