#351C1A

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

Shades of Seal Brown #351C1A

Tints of Seal Brown #351C1A

Color information

#351C1A (or 0x351C1A) is unknown color: approx Seal Brown. HEX triplet: 35, 1C and 1A. RGB value is (53,28,26). Sum of RGB (Red+Green+Blue) = 53+28+26=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C1A is #CAE3E5. Grayscale: #232323. Windows color (decimal): -13296614 or 1711157. OLE color: 1711157.

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

Color convert

RGB532826-
CMYK00.470.510.79
HSL4.44º34.18%15.49%-
HSV(B)4.44º50.94%20.78%-
XYZ2.071.661.19-
YUV35.25122.78140.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=49.53%
G=26.17%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53282600.470.510.794.4434.1815.49
Hex351C1A02F334F422f
Octal6534320576311744217
Binary1101011110011010010111111001110011111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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