#392316

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

Shades of Brown Pod #392316

Tints of Brown Pod #392316

Color information

#392316 (or 0x392316) is unknown color: approx Brown Pod. HEX triplet: 39, 23 and 16. RGB value is (57,35,22). Sum of RGB (Red+Green+Blue) = 57+35+22=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392316 is #C6DCE9. Grayscale: #282828. Windows color (decimal): -13032682 or 1450809. OLE color: 1450809.

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

Color convert

RGB573522-
CMYK00.390.610.78
HSL22.29º44.3%15.49%-
HSV(B)22.29º61.4%22.35%-
XYZ2.432.131.04-
YUV40.1117.79140.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=50%
G=30.70%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57352200.390.610.7822.2944.315.49
Hex3923160273D4E162cf
Octal71432604775116265417
Binary1110011000111011001001111111011001110101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392316; }

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

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

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

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

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

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

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

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