#361212

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

Shades of Seal Brown #361212

Tints of Seal Brown #361212

Color information

#361212 (or 0x361212) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 12. RGB value is (54,18,18). Sum of RGB (Red+Green+Blue) = 54+18+18=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361212 is #C9EDED. Grayscale: #1C1C1C. Windows color (decimal): -13233646 or 1184310. OLE color: 1184310.

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

Color convert

RGB541818-
CMYK00.670.670.79
HSL50%14.12%-
HSV(B)66.67%21.18%-
XYZ1.851.260.72-
YUV28.76121.93146-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54181800.670.670.7905014.12
Hex361212043434F032e
Octal662222010310311706216
Binary1101101001010010010000111000011100111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361212; }

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

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

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

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

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

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

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

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