#351003

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

Shades of Seal Brown #351003

Tints of Seal Brown #351003

Color information

#351003 (or 0x351003) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 03. RGB value is (53,16,3). Sum of RGB (Red+Green+Blue) = 53+16+3=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #351003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351003 is #CAEFFC. Grayscale: #191919. Windows color (decimal): -13299709 or 200757. OLE color: 200757.

HSL color Cylindrical-coordinate representation of color #351003: hue angle of 15.6º 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 #351003 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB53163-
CMYK00.700.940.79
HSL15.6º89.29%10.98%-
HSV(B)15.6º94.34%20.78%-
XYZ1.671.130.22-
YUV25.58115.26147.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 73.61%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=73.61%
G=22.22%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5316300.700.940.7915.689.2910.98
Hex351030465E4F1059b
Octal6520301061361172013113
Binary110101100001101000110101111010011111000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351003; }

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

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

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

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

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

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

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

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