Html Css Color HEX #392720 Brown Pod

📋 copy color: '#392720'

red 57 ◦ green 39 ◦ blue 32

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

Shades of Brown Pod #392720

Tints of Brown Pod #392720

RGB

 RED value IS 57 (22.66% from 255) = 44.53%

 GREEN value IS 39 (15.63% from 255) = 30.47%

 BLUE value IS 32 (12.89% from 255) = 25%

R = 44.53%
G = 30.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392720 (or 0x392720) is known color: Brown Pod. HEX triplet: 39, 27 and 20. RGB value is (57,39,32). Sum of RGB (Red+Green+Blue) = 57+39+32=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392720 is #C6D8DF. Grayscale: #2B2B2B. Windows color (decimal): -13031648 or 2107193. OLE color: 2107193.

HSL color Cylindrical-coordinate representation of color #392720: hue angle of 16.8º 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 #392720 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 39 32 -
CMYK 0 0.32 0.44 0.78
HSL 16.8º 0.28% 0.17% -
HSV(B) 16.8º 0.44% 0.22% -
XYZ 2.67 2.43 1.69 -
YUV 43.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 57 39 32 0 0.32 0.44 0.78 16.8 0.28 0.17
Hex 39 27 20 0 20 2C 4E 11 1C 11
Octal 71 47 40 0 40 54 116 21 34 21
Binary 111001 100111 100000 0 100000 101100 1001110 10001 11100 10001

Color Harmonies of #392720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392720

Black with #392720

Text Example


Text Example

White with #392720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392720; }

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

 H1.HeaderClassName
 {
   color: #392720;
 }
 .AnyTagClassName
 {
   color: #392720;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #392720;
 }
 .BgClassName
 {
   background-color: #392720;
 }
</style>

border-color css

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

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

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