#311915

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

Shades of Seal Brown #311915

Tints of Seal Brown #311915

Color information

#311915 (or 0x311915) is unknown color: approx Seal Brown. HEX triplet: 31, 19 and 15. RGB value is (49,25,21). Sum of RGB (Red+Green+Blue) = 49+25+21=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311915 is #CEE6EA. Grayscale: #1F1F1F. Windows color (decimal): -13559531 or 1382705. OLE color: 1382705.

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

Color convert

RGB492521-
CMYK00.490.570.81
HSL8.57º40%13.73%-
HSV(B)8.57º57.14%19.22%-
XYZ1.751.40.89-
YUV31.72121.95140.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=51.58%
G=26.32%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252100.490.570.818.574013.73
Hex3119150313951928e
Octal61312506171121115016
Binary11000111001101010110001111001101000110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311915; }

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

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

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

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

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

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

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

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