#361211

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

Shades of Seal Brown #361211

Tints of Seal Brown #361211

Color information

#361211 (or 0x361211) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 11. RGB value is (54,18,17). Sum of RGB (Red+Green+Blue) = 54+18+17=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361211 is #C9EDEE. Grayscale: #1C1C1C. Windows color (decimal): -13233647 or 1118774. OLE color: 1118774.

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

Color convert

RGB541817-
CMYK00.670.690.79
HSL1.62º52.11%13.92%-
HSV(B)1.62º68.52%21.18%-
XYZ1.841.260.68-
YUV28.65121.43146.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=60.67%
G=20.22%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54181700.670.690.791.6252.1113.92
Hex361211043454F234e
Octal662221010310511726416
Binary11011010010100010100001110001011001111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361211; }

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

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

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

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

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

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

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

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