#392317

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

Shades of Brown Pod #392317

Tints of Brown Pod #392317

Color information

#392317 (or 0x392317) is unknown color: approx Brown Pod. HEX triplet: 39, 23 and 17. RGB value is (57,35,23). Sum of RGB (Red+Green+Blue) = 57+35+23=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392317 is #C6DCE8. Grayscale: #282828. Windows color (decimal): -13032681 or 1516345. OLE color: 1516345.

HSL color Cylindrical-coordinate representation of color #392317: hue angle of 21.18º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392317 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB573523-
CMYK00.390.600.78
HSL21.18º42.5%15.69%-
HSV(B)21.18º59.65%22.35%-
XYZ2.442.131.09-
YUV40.21118.29139.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 23 (9.38% from 255) = 20%
R=49.57%
G=30.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57352300.390.600.7821.1842.515.69
Hex3923170273C4E152a10
Octal71432704774116255220
Binary11100110001110111010011111110010011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392317; }

 p { color: rgb(57,35,23); }

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

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

 a { background-color: rgb(57,35,23); }

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

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

 span { border-color: rgb(57,35,23); }

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