#361412

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

Shades of Seal Brown #361412

Tints of Seal Brown #361412

Color information

#361412 (or 0x361412) is unknown color: approx Seal Brown. HEX triplet: 36, 14 and 12. RGB value is (54,20,18). Sum of RGB (Red+Green+Blue) = 54+20+18=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361412 is #C9EBED. Grayscale: #1D1D1D. Windows color (decimal): -13233134 or 1184822. OLE color: 1184822.

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

Color convert

RGB542018-
CMYK00.630.670.79
HSL3.33º50%14.12%-
HSV(B)3.33º66.67%21.18%-
XYZ1.881.330.73-
YUV29.94121.26145.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.70%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=58.70%
G=21.74%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54201800.630.670.793.335014.12
Hex36141203F434F332e
Octal66242207710311736216
Binary1101101010010010011111110000111001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361412; }

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

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

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

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

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

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

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

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