#392A22

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

Shades of Bistre #392A22

Tints of Bistre #392A22

Color information

#392A22 (or 0x392A22) is unknown color: approx Bistre. HEX triplet: 39, 2A and 22. RGB value is (57,42,34). Sum of RGB (Red+Green+Blue) = 57+42+34=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A22 is #C6D5DD. Grayscale: #2D2D2D. Windows color (decimal): -13030878 or 2239033. OLE color: 2239033.

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

Color convert

RGB574234-
CMYK00.260.400.78
HSL20.87º25.27%17.84%-
HSV(B)20.87º40.35%22.35%-
XYZ2.82.641.88-
YUV45.57121.47136.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=42.86%
G=31.58%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57423400.260.400.7820.8725.2717.84
Hex392A2201A284E151912
Octal71524203250116253122
Binary1110011010101000100110101010001001110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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