#321400

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

Shades of Brown Pod #321400

Tints of Brown Pod #321400

Color information

#321400 (or 0x321400) is unknown color: approx Brown Pod. HEX triplet: 32, 14 and 00. RGB value is (50,20,0). Sum of RGB (Red+Green+Blue) = 50+20+0=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321400 is #CDEBFF. Grayscale: #1A1A1A. Windows color (decimal): -13495296 or 5170. OLE color: 5170.

HSL color Cylindrical-coordinate representation of color #321400: hue angle of 24º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #321400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50200-
CMYK00.6010.80
HSL24º100%9.8%-
HSV(B)24º100%19.61%-
XYZ1.571.180.14-
YUV26.69112.94144.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020000.6010.80241009.8
Hex3214003C64501864a
Octal622400741441203014412
Binary1100101010000111100110010010100001100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321400; }

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

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

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

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

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

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

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

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