#36160D

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

Shades of Seal Brown #36160D

Tints of Seal Brown #36160D

Color information

#36160D (or 0x36160D) is unknown color: approx Seal Brown. HEX triplet: 36, 16 and 0D. RGB value is (54,22,13). Sum of RGB (Red+Green+Blue) = 54+22+13=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #36160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36160D is #C9E9F2. Grayscale: #1E1E1E. Windows color (decimal): -13232627 or 857654. OLE color: 857654.

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

Color convert

RGB542213-
CMYK00.590.760.79
HSL13.17º61.19%13.14%-
HSV(B)13.17º75.93%21.18%-
XYZ1.881.390.55-
YUV30.54118.1144.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=60.67%
G=24.72%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54221300.590.760.7913.1761.1913.14
Hex3616D03B4C4Fd3dd
Octal662615073114117157515
Binary11011010110110101110111001100100111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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