#392A21

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

Shades of Bistre #392A21

Tints of Bistre #392A21

Color information

#392A21 (or 0x392A21) is unknown color: approx Bistre. HEX triplet: 39, 2A and 21. RGB value is (57,42,33). Sum of RGB (Red+Green+Blue) = 57+42+33=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A21 is #C6D5DE. Grayscale: #2D2D2D. Windows color (decimal): -13030879 or 2173497. OLE color: 2173497.

HSL color Cylindrical-coordinate representation of color #392A21: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392A21 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB574233-
CMYK00.260.420.78
HSL22.5º26.67%17.65%-
HSV(B)22.5º42.11%22.35%-
XYZ2.792.641.8-
YUV45.46120.97136.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 33 (13.28% from 255) = 25%
R=43.18%
G=31.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57423300.260.420.7822.526.6717.65
Hex392A2101A2A4E171b12
Octal71524103252116273322
Binary1110011010101000010110101010101001110101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,33); }

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

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

 a { background-color: rgb(57,42,33); }

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

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

 span { border-color: rgb(57,42,33); }

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