#351A19

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

Shades of Seal Brown #351A19

Tints of Seal Brown #351A19

Color information

#351A19 (or 0x351A19) is unknown color: approx Seal Brown. HEX triplet: 35, 1A and 19. RGB value is (53,26,25). Sum of RGB (Red+Green+Blue) = 53+26+25=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #351A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A19 is #CAE5E6. Grayscale: #212121. Windows color (decimal): -13297127 or 1645109. OLE color: 1645109.

HSL color Cylindrical-coordinate representation of color #351A19: hue angle of 2.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351A19 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB532625-
CMYK00.510.530.79
HSL2.14º35.9%15.29%-
HSV(B)2.14º52.83%20.78%-
XYZ2.011.571.12-
YUV33.96122.95141.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=50.96%
G=25%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53262500.510.530.792.1435.915.29
Hex351A19033354F224f
Octal6532310636511724417
Binary110101110101100101100111101011001111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A19; }

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

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

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

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

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

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

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

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