#361204

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

Shades of Seal Brown #361204

Tints of Seal Brown #361204

Color information

#361204 (or 0x361204) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 04. RGB value is (54,18,4). Sum of RGB (Red+Green+Blue) = 54+18+4=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361204 is #C9EDFB. Grayscale: #1B1B1B. Windows color (decimal): -13233660 or 266806. OLE color: 266806.

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

Color convert

RGB54184-
CMYK00.670.930.79
HSL16.8º86.21%11.37%-
HSV(B)16.8º92.59%21.18%-
XYZ1.761.230.26-
YUV27.17114.93147.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=71.05%
G=23.68%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5418400.670.930.7916.886.2111.37
Hex361240435D4F1156b
Octal6622401031351172112613
Binary1101101001010001000011101110110011111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361204; }

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

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

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

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

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

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

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

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