#36120E

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

Shades of Seal Brown #36120E

Tints of Seal Brown #36120E

Color information

#36120E (or 0x36120E) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 0E. RGB value is (54,18,14). Sum of RGB (Red+Green+Blue) = 54+18+14=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #36120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36120E is #C9EDF1. Grayscale: #1C1C1C. Windows color (decimal): -13233650 or 922166. OLE color: 922166.

HSL color Cylindrical-coordinate representation of color #36120E: hue angle of 6º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36120E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB541814-
CMYK00.670.740.79
HSL58.82%13.33%-
HSV(B)74.07%21.18%-
XYZ1.821.250.56-
YUV28.31119.93146.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.79%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=62.79%
G=20.93%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54181400.670.740.79658.8213.33
Hex3612E0434A4F63bd
Octal662216010311211767315
Binary11011010010111001000011100101010011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36120E; }

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

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

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

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

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

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

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

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