Html Css Color HEX #392820 Brown Pod

📋 copy color: '#392820'

red 57 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #392820

Tints of Brown Pod #392820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

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

R = 44.19%
G = 31.01%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392820 (or 0x392820) is known color: Brown Pod. HEX triplet: 39, 28 and 20. RGB value is (57,40,32). Sum of RGB (Red+Green+Blue) = 57+40+32=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #392820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392820 is #C6D7DF. Grayscale: #2C2C2C. Windows color (decimal): -13031392 or 2107449. OLE color: 2107449.

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

Color convert

RGB 57 40 32 -
CMYK 0 0.30 0.44 0.78
HSL 19.2º 0.28% 0.17% -
HSV(B) 19.2º 0.44% 0.22% -
XYZ 2.71 2.49 1.7 -
YUV 44.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 57 40 32 0 0.30 0.44 0.78 19.2 0.28 0.17
Hex 39 28 20 0 1E 2C 4E 13 1C 11
Octal 71 50 40 0 36 54 116 23 34 21
Binary 111001 101000 100000 0 11110 101100 1001110 10011 11100 10001

Color Harmonies of #392820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392820

Black with #392820

Text Example


Text Example

White with #392820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392820; }

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

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

background-color css

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

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

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

border-color css

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

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

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