#361514

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

Shades of Seal Brown #361514

Tints of Seal Brown #361514

Color information

#361514 (or 0x361514) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 14. RGB value is (54,21,20). Sum of RGB (Red+Green+Blue) = 54+21+20=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361514 is #C9EAEB. Grayscale: #1E1E1E. Windows color (decimal): -13232876 or 1316150. OLE color: 1316150.

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

Color convert

RGB542120-
CMYK00.610.630.79
HSL1.76º45.95%14.51%-
HSV(B)1.76º62.96%21.18%-
XYZ1.921.370.83-
YUV30.75121.93144.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=56.84%
G=22.11%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54212000.610.630.791.7645.9514.51
Hex36151403D3F4F22ef
Octal6625240757711725617
Binary110110101011010001111011111111001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361514; }

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

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

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

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

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

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

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

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