#392015

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

Shades of Brown Pod #392015

Tints of Brown Pod #392015

Color information

#392015 (or 0x392015) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 15. RGB value is (57,32,21). Sum of RGB (Red+Green+Blue) = 57+32+21=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392015 is #C6DFEA. Grayscale: #262626. Windows color (decimal): -13033451 or 1384505. OLE color: 1384505.

HSL color Cylindrical-coordinate representation of color #392015: hue angle of 18.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392015 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB573221-
CMYK00.440.630.78
HSL18.33º46.15%15.29%-
HSV(B)18.33º63.16%22.35%-
XYZ2.341.960.96-
YUV38.22118.28141.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=51.82%
G=29.09%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57322100.440.630.7818.3346.1515.29
Hex39201502C3F4E122ef
Octal71402505477116225617
Binary1110011000001010101011001111111001110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392015; }

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

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

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

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

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

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

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

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