#321100

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

Shades of Brown Pod #321100

Tints of Brown Pod #321100

Color information

#321100 (or 0x321100) is unknown color: approx Brown Pod. HEX triplet: 32, 11 and 00. RGB value is (50,17,0). Sum of RGB (Red+Green+Blue) = 50+17+0=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #321100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321100 is #CDEEFF. Grayscale: #191919. Windows color (decimal): -13496064 or 4402. OLE color: 4402.

HSL color Cylindrical-coordinate representation of color #321100: hue angle of 20.4º 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 #321100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50170-
CMYK00.6610.80
HSL20.4º100%9.8%-
HSV(B)20.4º100%19.61%-
XYZ1.521.080.13-
YUV24.93113.93145.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 74.63%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.63%
G=25.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5017000.6610.8020.41009.8
Hex3211004264501464a
Octal6221001021441202414412
Binary11001010001001000010110010010100001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321100; }

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

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

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

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

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

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

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

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