Html Css Color HEX #392520 Brown Pod

📋 copy color: '#392520'

red 57 ◦ green 37 ◦ blue 32

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

Shades of Brown Pod #392520

Tints of Brown Pod #392520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 45.24%
G = 29.37%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392520 (or 0x392520) is known color: Brown Pod. HEX triplet: 39, 25 and 20. RGB value is (57,37,32). Sum of RGB (Red+Green+Blue) = 57+37+32=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392520 is #C6DADF. Grayscale: #2A2A2A. Windows color (decimal): -13032160 or 2106681. OLE color: 2106681.

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

Color convert

RGB 57 37 32 -
CMYK 0 0.35 0.44 0.78
HSL 12º 0.28% 0.17% -
HSV(B) 12º 0.44% 0.22% -
XYZ 2.61 2.3 1.67 -
YUV 42.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 57 37 32 0 0.35 0.44 0.78 12 0.28 0.17
Hex 39 25 20 0 23 2C 4E C 1C 11
Octal 71 45 40 0 43 54 116 14 34 21
Binary 111001 100101 100000 0 100011 101100 1001110 1100 11100 10001

Color Harmonies of #392520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392520

Black with #392520

Text Example


Text Example

White with #392520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392520; }

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

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

background-color css

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

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

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

border-color css

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

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

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