#321C14

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

Shades of Brown Pod #321C14

Tints of Brown Pod #321C14

Color information

#321C14 (or 0x321C14) is unknown color: approx Brown Pod. HEX triplet: 32, 1C and 14. RGB value is (50,28,20). Sum of RGB (Red+Green+Blue) = 50+28+20=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C14 is #CDE3EB. Grayscale: #212121. Windows color (decimal): -13493228 or 1317938. OLE color: 1317938.

HSL color Cylindrical-coordinate representation of color #321C14: hue angle of 16º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321C14 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB502820-
CMYK00.440.600.80
HSL16º42.86%13.73%-
HSV(B)16º60%19.61%-
XYZ1.861.560.86-
YUV33.67120.29139.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=51.02%
G=28.57%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50282000.440.600.801642.8613.73
Hex321C1402C3C50102be
Octal62342405474120205316
Binary110010111001010001011001111001010000100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,28,20); }

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

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

 a { background-color: rgb(50,28,20); }

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

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

 span { border-color: rgb(50,28,20); }

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