#3A2920

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

Shades of Bistre #3A2920

Tints of Bistre #3A2920

Color information

#3A2920 (or 0x3A2920) is unknown color: approx Bistre. HEX triplet: 3A, 29 and 20. RGB value is (58,41,32). Sum of RGB (Red+Green+Blue) = 58+41+32=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2920 is #C5D6DF. Grayscale: #2D2D2D. Windows color (decimal): -12965600 or 2107706. OLE color: 2107706.

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

Color convert

RGB584132-
CMYK00.290.450.77
HSL20.77º28.89%17.65%-
HSV(B)20.77º44.83%22.75%-
XYZ2.82.591.72-
YUV45.06120.63137.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=44.27%
G=31.30%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58413200.290.450.7720.7728.8917.65
Hex3A292001D2D4D151d12
Octal72514003555115253522
Binary1110101010011000000111011011011001101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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