#321E16

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

Shades of Brown Pod #321E16

Tints of Brown Pod #321E16

Color information

#321E16 (or 0x321E16) is unknown color: approx Brown Pod. HEX triplet: 32, 1E and 16. RGB value is (50,30,22). Sum of RGB (Red+Green+Blue) = 50+30+22=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E16 is #CDE1E9. Grayscale: #232323. Windows color (decimal): -13492714 or 1449522. OLE color: 1449522.

HSL color Cylindrical-coordinate representation of color #321E16: hue angle of 17.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321E16 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB503022-
CMYK00.400.560.80
HSL17.14º38.89%14.12%-
HSV(B)17.14º56%19.61%-
XYZ1.921.660.98-
YUV35.07120.63138.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=49.02%
G=29.41%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50302200.400.560.8017.1438.8914.12
Hex321E1602838501127e
Octal62362605070120214716
Binary110010111101011001010001110001010000100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E16; }

 p { color: rgb(50,30,22); }

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

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

 a { background-color: rgb(50,30,22); }

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

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

 span { border-color: rgb(50,30,22); }

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