#311916

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

Shades of Seal Brown #311916

Tints of Seal Brown #311916

Color information

#311916 (or 0x311916) is unknown color: approx Seal Brown. HEX triplet: 31, 19 and 16. RGB value is (49,25,22). Sum of RGB (Red+Green+Blue) = 49+25+22=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311916 is #CEE6E9. Grayscale: #1F1F1F. Windows color (decimal): -13559530 or 1448241. OLE color: 1448241.

HSL color Cylindrical-coordinate representation of color #311916: hue angle of 6.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311916 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB492522-
CMYK00.490.550.81
HSL6.67º38.03%13.92%-
HSV(B)6.67º55.1%19.22%-
XYZ1.761.410.94-
YUV31.83122.45140.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=51.04%
G=26.04%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252200.490.550.816.6738.0313.92
Hex3119160313751726e
Octal6131260616712174616
Binary1100011100110110011000111011110100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311916; }

 p { color: rgb(49,25,22); }

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

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

 a { background-color: rgb(49,25,22); }

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

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

 span { border-color: rgb(49,25,22); }

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