#351814

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

Shades of Seal Brown #351814

Tints of Seal Brown #351814

Color information

#351814 (or 0x351814) is unknown color: approx Seal Brown. HEX triplet: 35, 18 and 14. RGB value is (53,24,20). Sum of RGB (Red+Green+Blue) = 53+24+20=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #351814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351814 is #CAE7EB. Grayscale: #202020. Windows color (decimal): -13297644 or 1316917. OLE color: 1316917.

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

Color convert

RGB532420-
CMYK00.550.620.79
HSL7.27º45.21%14.31%-
HSV(B)7.27º62.26%20.78%-
XYZ1.921.460.84-
YUV32.21121.11142.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=54.64%
G=24.74%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53242000.550.620.797.2745.2114.31
Hex3518140373E4F72de
Octal6530240677611775516
Binary1101011100010100011011111111010011111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351814; }

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

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

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

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

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

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

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

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