#351104

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

Shades of Seal Brown #351104

Tints of Seal Brown #351104

Color information

#351104 (or 0x351104) is unknown color: approx Seal Brown. HEX triplet: 35, 11 and 04. RGB value is (53,17,4). Sum of RGB (Red+Green+Blue) = 53+17+4=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351104 is #CAEEFB. Grayscale: #1A1A1A. Windows color (decimal): -13299452 or 266549. OLE color: 266549.

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

Color convert

RGB53174-
CMYK00.680.920.79
HSL15.92º85.96%11.18%-
HSV(B)15.92º92.45%20.78%-
XYZ1.691.170.25-
YUV26.28115.43147.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=71.62%
G=22.97%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5317400.680.920.7915.9285.9611.18
Hex351140445C4F1056b
Octal6521401041341172012613
Binary1101011000110001000100101110010011111000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351104; }

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

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

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

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

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

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

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

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