#361511

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

Shades of Seal Brown #361511

Tints of Seal Brown #361511

Color information

#361511 (or 0x361511) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 11. RGB value is (54,21,17). Sum of RGB (Red+Green+Blue) = 54+21+17=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361511 is #C9EAEE. Grayscale: #1E1E1E. Windows color (decimal): -13232879 or 1119542. OLE color: 1119542.

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

Color convert

RGB542117-
CMYK00.610.690.79
HSL6.49º52.11%13.92%-
HSV(B)6.49º68.52%21.18%-
XYZ1.891.360.69-
YUV30.41120.43144.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.70%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=58.70%
G=22.83%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54211700.610.690.796.4952.1113.92
Hex36151103D454F634e
Octal66252107510511766416
Binary11011010101100010111101100010110011111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361511; }

 p { color: rgb(54,21,17); }

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

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

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

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

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

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

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