#321706

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

Shades of Brown Pod #321706

Tints of Brown Pod #321706

Color information

#321706 (or 0x321706) is unknown color: approx Brown Pod. HEX triplet: 32, 17 and 06. RGB value is (50,23,6). Sum of RGB (Red+Green+Blue) = 50+23+6=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321706 is #CDE8F9. Grayscale: #1D1D1D. Windows color (decimal): -13494522 or 399154. OLE color: 399154.

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

Color convert

RGB50236-
CMYK00.540.880.80
HSL23.18º78.57%10.98%-
HSV(B)23.18º88%19.61%-
XYZ1.651.30.34-
YUV29.14114.95142.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=63.29%
G=29.11%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023600.540.880.8023.1878.5710.98
Hex321760365850174fb
Octal622760661301202711713
Binary110010101111100110110101100010100001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321706; }

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

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

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

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

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

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

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

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