#351515

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

Shades of Seal Brown #351515

Tints of Seal Brown #351515

Color information

#351515 (or 0x351515) is unknown color: approx Seal Brown. HEX triplet: 35, 15 and 15. RGB value is (53,21,21). Sum of RGB (Red+Green+Blue) = 53+21+21=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351515 is #CAEAEA. Grayscale: #1E1E1E. Windows color (decimal): -13298411 or 1381685. OLE color: 1381685.

HSL color Cylindrical-coordinate representation of color #351515: hue angle of 0º 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 #351515 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB532121-
CMYK00.600.600.79
HSL43.24%14.51%-
HSV(B)60.38%20.78%-
XYZ1.871.350.87-
YUV30.57122.6144-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=55.79%
G=22.11%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53212100.600.600.79043.2414.51
Hex35151503C3C4F02bf
Octal6525250747411705317
Binary11010110101101010111100111100100111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351515; }

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

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

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

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

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

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

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

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