#351414

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

Shades of Seal Brown #351414

Tints of Seal Brown #351414

Color information

#351414 (or 0x351414) is unknown color: approx Seal Brown. HEX triplet: 35, 14 and 14. RGB value is (53,20,20). Sum of RGB (Red+Green+Blue) = 53+20+20=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351414 is #CAEBEB. Grayscale: #1D1D1D. Windows color (decimal): -13298668 or 1315893. OLE color: 1315893.

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

Color convert

RGB532020-
CMYK00.620.620.79
HSL45.21%14.31%-
HSV(B)62.26%20.78%-
XYZ1.841.310.82-
YUV29.87122.43144.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=56.99%
G=21.51%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53202000.620.620.79045.2114.31
Hex35141403E3E4F02de
Octal6524240767611705516
Binary11010110100101000111110111110100111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351414; }

 p { color: rgb(53,20,20); }

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

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

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

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

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

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

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