#351613

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

Shades of Seal Brown #351613

Tints of Seal Brown #351613

Color information

#351613 (or 0x351613) is unknown color: approx Seal Brown. HEX triplet: 35, 16 and 13. RGB value is (53,22,19). Sum of RGB (Red+Green+Blue) = 53+22+19=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351613 is #CAE9EC. Grayscale: #1E1E1E. Windows color (decimal): -13298157 or 1250869. OLE color: 1250869.

HSL color Cylindrical-coordinate representation of color #351613: hue angle of 5.29º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351613 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB532219-
CMYK00.580.640.79
HSL5.29º47.22%14.12%-
HSV(B)5.29º64.15%20.78%-
XYZ1.871.380.78-
YUV30.93121.27143.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=56.38%
G=23.40%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53221900.580.640.795.2947.2214.12
Hex35161303A404F52fe
Octal65262307210011755716
Binary11010110110100110111010100000010011111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351613; }

 p { color: rgb(53,22,19); }

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

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

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

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

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

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

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