#321406

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

Shades of Brown Pod #321406

Tints of Brown Pod #321406

Color information

#321406 (or 0x321406) is unknown color: approx Brown Pod. HEX triplet: 32, 14 and 06. RGB value is (50,20,6). Sum of RGB (Red+Green+Blue) = 50+20+6=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321406 is #CDEBF9. Grayscale: #1B1B1B. Windows color (decimal): -13495290 or 398386. OLE color: 398386.

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

Color convert

RGB50206-
CMYK00.600.880.80
HSL19.09º78.57%10.98%-
HSV(B)19.09º88%19.61%-
XYZ1.61.190.32-
YUV27.37115.94144.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=65.79%
G=26.32%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020600.600.880.8019.0978.5710.98
Hex3214603C5850134fb
Octal622460741301202311713
Binary110010101001100111100101100010100001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321406; }

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

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

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

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

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

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

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

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