#36110D

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

Shades of Seal Brown #36110D

Tints of Seal Brown #36110D

Color information

#36110D (or 0x36110D) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 0D. RGB value is (54,17,13). Sum of RGB (Red+Green+Blue) = 54+17+13=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #36110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36110D is #C9EEF2. Grayscale: #1B1B1B. Windows color (decimal): -13233907 or 856374. OLE color: 856374.

HSL color Cylindrical-coordinate representation of color #36110D: hue angle of 5.85º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36110D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB541713-
CMYK00.690.760.79
HSL5.85º61.19%13.14%-
HSV(B)5.85º75.93%21.18%-
XYZ1.791.210.52-
YUV27.61119.76146.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 64.29%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=64.29%
G=20.24%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54171300.690.760.795.8561.1913.14
Hex3611D0454C4F63dd
Octal662115010511411767515
Binary11011010001110101000101100110010011111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36110D; }

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

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

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

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

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

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

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

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