#361515

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

Shades of Seal Brown #361515

Tints of Seal Brown #361515

Color information

#361515 (or 0x361515) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 15. RGB value is (54,21,21). Sum of RGB (Red+Green+Blue) = 54+21+21=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361515 is #C9EAEA. Grayscale: #1E1E1E. Windows color (decimal): -13232875 or 1381686. OLE color: 1381686.

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

Color convert

RGB542121-
CMYK00.610.610.79
HSL44%14.71%-
HSV(B)61.11%21.18%-
XYZ1.921.370.87-
YUV30.87122.43144.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=56.25%
G=21.88%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54212100.610.610.7904414.71
Hex36151503D3D4F02cf
Octal6625250757511705417
Binary11011010101101010111101111101100111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361515; }

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

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

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

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

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

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

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

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