#351D1C

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

Shades of Seal Brown #351D1C

Tints of Seal Brown #351D1C

Color information

#351D1C (or 0x351D1C) is unknown color: approx Seal Brown. HEX triplet: 35, 1D and 1C. RGB value is (53,29,28). Sum of RGB (Red+Green+Blue) = 53+29+28=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1C is #CAE2E3. Grayscale: #242424. Windows color (decimal): -13296356 or 1842485. OLE color: 1842485.

HSL color Cylindrical-coordinate representation of color #351D1C: hue angle of 2.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351D1C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB532928-
CMYK00.450.470.79
HSL2.4º30.86%15.88%-
HSV(B)2.4º47.17%20.78%-
XYZ2.121.721.32-
YUV36.06123.45140.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=48.18%
G=26.36%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53292800.450.470.792.430.8615.88
Hex351D1C02D2F4F21f10
Octal6535340555711723720
Binary110101111011110001011011011111001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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