#351914

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

Shades of Seal Brown #351914

Tints of Seal Brown #351914

Color information

#351914 (or 0x351914) is unknown color: approx Seal Brown. HEX triplet: 35, 19 and 14. RGB value is (53,25,20). Sum of RGB (Red+Green+Blue) = 53+25+20=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351914 is #CAE6EB. Grayscale: #202020. Windows color (decimal): -13297388 or 1317173. OLE color: 1317173.

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

Color convert

RGB532520-
CMYK00.530.620.79
HSL9.09º45.21%14.31%-
HSV(B)9.09º62.26%20.78%-
XYZ1.941.50.85-
YUV32.8120.78142.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=54.08%
G=25.51%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53252000.530.620.799.0945.2114.31
Hex3519140353E4F92de
Octal65312406576117115516
Binary11010111001101000110101111110100111110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351914; }

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

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

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

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

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

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

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

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