#392924

Color #392924 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #392924

Tints of Brown Pod #392924

Color information

#392924 (or 0x392924) is unknown color: approx Brown Pod. HEX triplet: 39, 29 and 24. RGB value is (57,41,36). Sum of RGB (Red+Green+Blue) = 57+41+36=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392924 is #C6D6DB. Grayscale: #2D2D2D. Windows color (decimal): -13031132 or 2369849. OLE color: 2369849.

HSL color Cylindrical-coordinate representation of color #392924: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392924 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB574136-
CMYK00.280.370.78
HSL14.29º22.58%18.24%-
HSV(B)14.29º36.84%22.35%-
XYZ2.82.582.02-
YUV45.21122.8136.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=42.54%
G=30.60%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57413600.280.370.7814.2922.5818.24
Hex39292401C254Ee1712
Octal71514403445116162722
Binary111001101001100100011100100101100111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392924; }

 p { color: rgb(57,41,36); }

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

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

 a { background-color: rgb(57,41,36); }

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

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

 span { border-color: rgb(57,41,36); }

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