#311914

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

Shades of Seal Brown #311914

Tints of Seal Brown #311914

Color information

#311914 (or 0x311914) is unknown color: approx Seal Brown. HEX triplet: 31, 19 and 14. RGB value is (49,25,20). Sum of RGB (Red+Green+Blue) = 49+25+20=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311914 is #CEE6EB. Grayscale: #1F1F1F. Windows color (decimal): -13559532 or 1317169. OLE color: 1317169.

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

Color convert

RGB492520-
CMYK00.490.590.81
HSL10.34º42.03%13.53%-
HSV(B)10.34º59.18%19.22%-
XYZ1.741.40.84-
YUV31.61121.45140.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=52.13%
G=26.60%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252000.490.590.8110.3442.0313.53
Hex3119140313B51a2ae
Octal61312406173121125216
Binary11000111001101000110001111011101000110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311914; }

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

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

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

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

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

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

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

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