#321D13

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

Shades of Brown Pod #321D13

Tints of Brown Pod #321D13

Color information

#321D13 (or 0x321D13) is unknown color: approx Brown Pod. HEX triplet: 32, 1D and 13. RGB value is (50,29,19). Sum of RGB (Red+Green+Blue) = 50+29+19=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D13 is #CDE2EC. Grayscale: #222222. Windows color (decimal): -13492973 or 1252658. OLE color: 1252658.

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

Color convert

RGB502919-
CMYK00.420.620.80
HSL19.35º44.93%13.53%-
HSV(B)19.35º62%19.61%-
XYZ1.871.60.83-
YUV34.14119.46139.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=51.02%
G=29.59%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50291900.420.620.8019.3544.9313.53
Hex321D1302A3E50132de
Octal62352305276120235516
Binary110010111011001101010101111101010000100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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