#361104

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

Shades of Seal Brown #361104

Tints of Seal Brown #361104

Color information

#361104 (or 0x361104) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 04. RGB value is (54,17,4). Sum of RGB (Red+Green+Blue) = 54+17+4=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #361104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361104 is #C9EEFB. Grayscale: #1A1A1A. Windows color (decimal): -13233916 or 266550. OLE color: 266550.

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

Color convert

RGB54174-
CMYK00.690.930.79
HSL15.6º86.21%11.37%-
HSV(B)15.6º92.59%21.18%-
XYZ1.741.190.25-
YUV26.58115.26147.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=72%
G=22.67%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5417400.690.930.7915.686.2111.37
Hex361140455D4F1056b
Octal6621401051351172012613
Binary1101101000110001000101101110110011111000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361104; }

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

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

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

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

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

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

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

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