#351004

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

Shades of Seal Brown #351004

Tints of Seal Brown #351004

Color information

#351004 (or 0x351004) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 04. RGB value is (53,16,4). Sum of RGB (Red+Green+Blue) = 53+16+4=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351004 is #CAEFFB. Grayscale: #191919. Windows color (decimal): -13299708 or 266293. OLE color: 266293.

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

Color convert

RGB53164-
CMYK00.700.920.79
HSL14.69º85.96%11.18%-
HSV(B)14.69º92.45%20.78%-
XYZ1.681.140.25-
YUV25.69115.76147.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=72.60%
G=21.92%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5316400.700.920.7914.6985.9611.18
Hex351040465C4Ff56b
Octal6520401061341171712613
Binary110101100001000100011010111001001111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351004; }

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

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

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

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

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

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

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

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