#392115

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

Shades of Brown Pod #392115

Tints of Brown Pod #392115

Color information

#392115 (or 0x392115) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 15. RGB value is (57,33,21). Sum of RGB (Red+Green+Blue) = 57+33+21=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392115 is #C6DEEA. Grayscale: #262626. Windows color (decimal): -13033195 or 1384761. OLE color: 1384761.

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

Color convert

RGB573321-
CMYK00.420.630.78
HSL20º46.15%15.29%-
HSV(B)20º63.16%22.35%-
XYZ2.372.010.97-
YUV38.81117.95140.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=51.35%
G=29.73%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57332100.420.630.782046.1515.29
Hex39211502A3F4E142ef
Octal71412505277116245617
Binary1110011000011010101010101111111001110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392115; }

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

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

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

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

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

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

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

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