#392013

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

Shades of Brown Pod #392013

Tints of Brown Pod #392013

Color information

#392013 (or 0x392013) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 13. RGB value is (57,32,19). Sum of RGB (Red+Green+Blue) = 57+32+19=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392013 is #C6DFEC. Grayscale: #262626. Windows color (decimal): -13033453 or 1253433. OLE color: 1253433.

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

Color convert

RGB573219-
CMYK00.440.670.78
HSL20.53º50%14.9%-
HSV(B)20.53º66.67%22.35%-
XYZ2.321.950.87-
YUV37.99117.28141.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=52.78%
G=29.63%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57321900.440.670.7820.535014.9
Hex39201302C434E1532f
Octal714023054103116256217
Binary11100110000010011010110010000111001110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392013; }

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

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

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

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

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

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

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

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