#321506

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

Shades of Brown Pod #321506

Tints of Brown Pod #321506

Color information

#321506 (or 0x321506) is unknown color: approx Brown Pod. HEX triplet: 32, 15 and 06. RGB value is (50,21,6). Sum of RGB (Red+Green+Blue) = 50+21+6=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321506 is #CDEAF9. Grayscale: #1C1C1C. Windows color (decimal): -13495034 or 398642. OLE color: 398642.

HSL color Cylindrical-coordinate representation of color #321506: hue angle of 20.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321506 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50216-
CMYK00.580.880.80
HSL20.45º78.57%10.98%-
HSV(B)20.45º88%19.61%-
XYZ1.621.230.32-
YUV27.96115.61143.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=64.94%
G=27.27%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021600.580.880.8020.4578.5710.98
Hex3215603A5850144fb
Octal622560721301202411713
Binary110010101011100111010101100010100001010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321506; }

 p { color: rgb(50,21,6); }

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

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

 a { background-color: rgb(50,21,6); }

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

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

 span { border-color: rgb(50,21,6); }

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