#351C19

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

Shades of Seal Brown #351C19

Tints of Seal Brown #351C19

Color information

#351C19 (or 0x351C19) is unknown color: approx Seal Brown. HEX triplet: 35, 1C and 19. RGB value is (53,28,25). Sum of RGB (Red+Green+Blue) = 53+28+25=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C19 is #CAE3E6. Grayscale: #232323. Windows color (decimal): -13296615 or 1645621. OLE color: 1645621.

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

Color convert

RGB532825-
CMYK00.470.530.79
HSL6.43º35.9%15.29%-
HSV(B)6.43º52.83%20.78%-
XYZ2.061.661.13-
YUV35.13122.28140.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=50%
G=26.42%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53282500.470.530.796.4335.915.29
Hex351C1902F354F624f
Octal6534310576511764417
Binary1101011110011001010111111010110011111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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