#321110

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

Shades of Seal Brown #321110

Tints of Seal Brown #321110

Color information

#321110 (or 0x321110) is unknown color: approx Seal Brown. HEX triplet: 32, 11 and 10. RGB value is (50,17,16). Sum of RGB (Red+Green+Blue) = 50+17+16=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #321110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321110 is #CDEEEF. Grayscale: #1A1A1A. Windows color (decimal): -13496048 or 1052978. OLE color: 1052978.

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

Color convert

RGB501716-
CMYK00.660.680.80
HSL1.76º51.52%12.94%-
HSV(B)1.76º68%19.61%-
XYZ1.611.120.62-
YUV26.75121.93144.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.24%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=60.24%
G=20.48%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50171600.660.680.801.7651.5212.94
Hex3211100424450234d
Octal622120010210412026415
Binary11001010001100000100001010001001010000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321110; }

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

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

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

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

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

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

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

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