#351103

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

Shades of Seal Brown #351103

Tints of Seal Brown #351103

Color information

#351103 (or 0x351103) is unknown color: approx Seal Brown. HEX triplet: 35, 11 and 03. RGB value is (53,17,3). Sum of RGB (Red+Green+Blue) = 53+17+3=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351103 is #CAEEFC. Grayscale: #1A1A1A. Windows color (decimal): -13299453 or 201013. OLE color: 201013.

HSL color Cylindrical-coordinate representation of color #351103: hue angle of 16.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #351103 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB53173-
CMYK00.680.940.79
HSL16.8º89.29%10.98%-
HSV(B)16.8º94.34%20.78%-
XYZ1.691.160.22-
YUV26.17114.93147.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=72.60%
G=23.29%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5317300.680.940.7916.889.2910.98
Hex351130445E4F1159b
Octal6521301041361172113113
Binary110101100011101000100101111010011111000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351103; }

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

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

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

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

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

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

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

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