#392116

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

Shades of Brown Pod #392116

Tints of Brown Pod #392116

Color information

#392116 (or 0x392116) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 16. RGB value is (57,33,22). Sum of RGB (Red+Green+Blue) = 57+33+22=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392116 is #C6DEE9. Grayscale: #262626. Windows color (decimal): -13033194 or 1450297. OLE color: 1450297.

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

Color convert

RGB573322-
CMYK00.420.610.78
HSL18.86º44.3%15.49%-
HSV(B)18.86º61.4%22.35%-
XYZ2.382.021.02-
YUV38.92118.45140.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=50.89%
G=29.46%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57332200.420.610.7818.8644.315.49
Hex39211602A3D4E132cf
Octal71412605275116235417
Binary1110011000011011001010101111011001110100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392116; }

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

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

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

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

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

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

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

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