#321103

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

Shades of Seal Brown #321103

Tints of Seal Brown #321103

Color information

#321103 (or 0x321103) is unknown color: approx Seal Brown. HEX triplet: 32, 11 and 03. RGB value is (50,17,3). Sum of RGB (Red+Green+Blue) = 50+17+3=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321103 is #CDEEFC. Grayscale: #191919. Windows color (decimal): -13496061 or 201010. OLE color: 201010.

HSL color Cylindrical-coordinate representation of color #321103: hue angle of 17.87º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321103 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB50173-
CMYK00.660.940.80
HSL17.87º88.68%10.39%-
HSV(B)17.87º94%19.61%-
XYZ1.531.090.21-
YUV25.27115.43145.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=71.43%
G=24.29%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5017300.660.940.8017.8788.6810.39
Hex321130425E501259a
Octal6221301021361202213112
Binary110010100011101000010101111010100001001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321103; }

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

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

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

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

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

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

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

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