#321D16

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

Shades of Brown Pod #321D16

Tints of Brown Pod #321D16

Color information

#321D16 (or 0x321D16) is unknown color: approx Brown Pod. HEX triplet: 32, 1D and 16. RGB value is (50,29,22). Sum of RGB (Red+Green+Blue) = 50+29+22=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D16 is #CDE2E9. Grayscale: #222222. Windows color (decimal): -13492970 or 1449266. OLE color: 1449266.

HSL color Cylindrical-coordinate representation of color #321D16: hue angle of 15º 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 #321D16 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB502922-
CMYK00.420.560.80
HSL15º38.89%14.12%-
HSV(B)15º56%19.61%-
XYZ1.91.610.97-
YUV34.48120.96139.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=49.50%
G=28.71%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50292200.420.560.801538.8914.12
Hex321D1602A3850f27e
Octal62352605270120174716
Binary11001011101101100101010111000101000011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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