Html Css Color HEX #392B20 Bistre

📋 copy color: '#392B20'

red 57 ◦ green 43 ◦ blue 32

#392B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #392B20

Tints of Bistre #392B20

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 value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392B20 (or 0x392B20) is known color: 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

RGB 57 43 32 -
CMYK 0 0.25 0.44 0.78
HSL 26.4º 0.28% 0.17% -
HSV(B) 26.4º 0.44% 0.22% -
XYZ 2.81 2.7 1.74 -
YUV 45.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 57 43 32 0 0.25 0.44 0.78 26.4 0.28 0.17
Hex 39 2B 20 0 19 2C 4E 1A 1C 11
Octal 71 53 40 0 31 54 116 32 34 21
Binary 111001 101011 100000 0 11001 101100 1001110 11010 11100 10001

Color Harmonies of #392B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B20

Black with #392B20

Text Example


Text Example

White with #392B20

Text Example


Text Example

HTML Codes & Css Web 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>