#321600

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

Shades of Brown Pod #321600

Tints of Brown Pod #321600

Color information

#321600 (or 0x321600) is unknown color: approx Brown Pod. HEX triplet: 32, 16 and 00. RGB value is (50,22,0). Sum of RGB (Red+Green+Blue) = 50+22+0=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #321600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321600 is #CDE9FF. Grayscale: #1B1B1B. Windows color (decimal): -13494784 or 5682. OLE color: 5682.

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

Color convert

RGB50220-
CMYK00.5610.80
HSL26.4º100%9.8%-
HSV(B)26.4º100%19.61%-
XYZ1.61.250.16-
YUV27.86112.28143.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 69.44%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.44%
G=30.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5022000.5610.8026.41009.8
Hex3216003864501a64a
Octal622600701441203214412
Binary1100101011000111000110010010100001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321600; }

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

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

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

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

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

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

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

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