#311A16

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

Shades of Seal Brown #311A16

Tints of Seal Brown #311A16

Color information

#311A16 (or 0x311A16) is unknown color: approx Seal Brown. HEX triplet: 31, 1A and 16. RGB value is (49,26,22). Sum of RGB (Red+Green+Blue) = 49+26+22=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A16 is #CEE5E9. Grayscale: #202020. Windows color (decimal): -13559274 or 1448497. OLE color: 1448497.

HSL color Cylindrical-coordinate representation of color #311A16: hue angle of 8.89º 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 #311A16 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB492622-
CMYK00.470.550.81
HSL8.89º38.03%13.92%-
HSV(B)8.89º55.1%19.22%-
XYZ1.781.450.95-
YUV32.42122.12139.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=50.52%
G=26.80%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49262200.470.550.818.8938.0313.92
Hex311A1602F3751926e
Octal61322605767121114616
Binary11000111010101100101111110111101000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A16; }

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

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

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

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

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

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

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

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