#351514

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

Shades of Seal Brown #351514

Tints of Seal Brown #351514

Color information

#351514 (or 0x351514) is unknown color: approx Seal Brown. HEX triplet: 35, 15 and 14. RGB value is (53,21,20). Sum of RGB (Red+Green+Blue) = 53+21+20=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351514 is #CAEAEB. Grayscale: #1E1E1E. Windows color (decimal): -13298412 or 1316149. OLE color: 1316149.

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

Color convert

RGB532120-
CMYK00.600.620.79
HSL1.82º45.21%14.31%-
HSV(B)1.82º62.26%20.78%-
XYZ1.861.340.82-
YUV30.45122.1144.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=56.38%
G=22.34%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53212000.600.620.791.8245.2114.31
Hex35151403C3E4F22de
Octal6525240747611725516
Binary110101101011010001111001111101001111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351514; }

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

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

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

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

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

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

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

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