#321610

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

Shades of Seal Brown #321610

Tints of Seal Brown #321610

Color information

#321610 (or 0x321610) is unknown color: approx Seal Brown. HEX triplet: 32, 16 and 10. RGB value is (50,22,16). Sum of RGB (Red+Green+Blue) = 50+22+16=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321610 is #CDE9EF. Grayscale: #1D1D1D. Windows color (decimal): -13494768 or 1054258. OLE color: 1054258.

HSL color Cylindrical-coordinate representation of color #321610: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321610 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB502216-
CMYK00.560.680.80
HSL10.59º51.52%12.94%-
HSV(B)10.59º68%19.61%-
XYZ1.71.290.65-
YUV29.69120.28142.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=56.82%
G=25%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50221600.560.680.8010.5951.5212.94
Hex3216100384450b34d
Octal622620070104120136415
Binary110010101101000001110001000100101000010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321610; }

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

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

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

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

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

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

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

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