#351D1D

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

Shades of Seal Brown #351D1D

Tints of Seal Brown #351D1D

Color information

#351D1D (or 0x351D1D) is unknown color: approx Seal Brown. HEX triplet: 35, 1D and 1D. RGB value is (53,29,29). Sum of RGB (Red+Green+Blue) = 53+29+29=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1D is #CAE2E2. Grayscale: #242424. Windows color (decimal): -13296355 or 1908021. OLE color: 1908021.

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

Color convert

RGB532929-
CMYK00.450.450.79
HSL29.27%16.08%-
HSV(B)45.28%20.78%-
XYZ2.131.721.38-
YUV36.18123.95140-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=47.75%
G=26.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53292900.450.450.79029.2716.08
Hex351D1D02D2D4F01d10
Octal6535350555511703520
Binary11010111101111010101101101101100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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