#361512

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

Shades of Seal Brown #361512

Tints of Seal Brown #361512

Color information

#361512 (or 0x361512) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 12. RGB value is (54,21,18). Sum of RGB (Red+Green+Blue) = 54+21+18=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361512 is #C9EAED. Grayscale: #1E1E1E. Windows color (decimal): -13232878 or 1185078. OLE color: 1185078.

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

Color convert

RGB542118-
CMYK00.610.670.79
HSL50%14.12%-
HSV(B)66.67%21.18%-
XYZ1.91.360.74-
YUV30.52120.93144.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=58.06%
G=22.58%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54211800.610.670.7955014.12
Hex36151203D434F532e
Octal66252207510311756216
Binary11011010101100100111101100001110011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361512; }

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

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

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

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

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

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

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

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