#351615

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

Shades of Seal Brown #351615

Tints of Seal Brown #351615

Color information

#351615 (or 0x351615) is unknown color: approx Seal Brown. HEX triplet: 35, 16 and 15. RGB value is (53,22,21). Sum of RGB (Red+Green+Blue) = 53+22+21=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351615 is #CAE9EA. Grayscale: #1F1F1F. Windows color (decimal): -13298155 or 1381941. OLE color: 1381941.

HSL color Cylindrical-coordinate representation of color #351615: hue angle of 1.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351615 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB532221-
CMYK00.580.600.79
HSL1.88º43.24%14.51%-
HSV(B)1.88º60.38%20.78%-
XYZ1.891.380.88-
YUV31.16122.27143.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=55.21%
G=22.92%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53222100.580.600.791.8843.2414.51
Hex35161503A3C4F22bf
Octal6526250727411725317
Binary110101101101010101110101111001001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351615; }

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

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

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

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

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

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

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

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