#392215

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

Shades of Brown Pod #392215

Tints of Brown Pod #392215

Color information

#392215 (or 0x392215) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 15. RGB value is (57,34,21). Sum of RGB (Red+Green+Blue) = 57+34+21=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392215 is #C6DDEA. Grayscale: #272727. Windows color (decimal): -13032939 or 1385017. OLE color: 1385017.

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

Color convert

RGB573421-
CMYK00.400.630.78
HSL21.67º46.15%15.29%-
HSV(B)21.67º63.16%22.35%-
XYZ2.392.070.98-
YUV39.39117.62140.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=50.89%
G=30.36%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57342100.400.630.7821.6746.1515.29
Hex3922150283F4E162ef
Octal71422505077116265617
Binary1110011000101010101010001111111001110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392215; }

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

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

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

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

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

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

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

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