#392B20

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

Shades of Bistre #392B20

Tints of Bistre #392B20

Color information

#392B20 (or 0x392B20) is unknown color: approx Bistre. HEX triplet: 39, 2B and 20. RGB value is (57,43,32). Sum of RGB (Red+Green+Blue) = 57+43+32=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B20 is #C6D4DF. Grayscale: #2D2D2D. Windows color (decimal): -13030624 or 2108217. OLE color: 2108217.

HSL color Cylindrical-coordinate representation of color #392B20: hue angle of 26.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392B20 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB574332-
CMYK00.250.440.78
HSL26.4º28.09%17.45%-
HSV(B)26.4º43.86%22.35%-
XYZ2.812.71.74-
YUV45.93120.14135.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=43.18%
G=32.58%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57433200.250.440.7826.428.0917.45
Hex392B200192C4E1a1c11
Octal71534003154116323421
Binary1110011010111000000110011011001001110110101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392B20; }

 p { color: rgb(57,43,32); }

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

<style>
 a { background-color: #392B20; }

 a { background-color: rgb(57,43,32); }

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

<style>
 span { border-color: #392B20; }

 span { border-color: rgb(57,43,32); }

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