#311917

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

Shades of Seal Brown #311917

Tints of Seal Brown #311917

Color information

#311917 (or 0x311917) is unknown color: approx Seal Brown. HEX triplet: 31, 19 and 17. RGB value is (49,25,23). Sum of RGB (Red+Green+Blue) = 49+25+23=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311917 is #CEE6E8. Grayscale: #1F1F1F. Windows color (decimal): -13559529 or 1513777. OLE color: 1513777.

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

Color convert

RGB492523-
CMYK00.490.530.81
HSL4.62º36.11%14.12%-
HSV(B)4.62º53.06%19.22%-
XYZ1.771.410.99-
YUV31.95122.95140.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=50.52%
G=25.77%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252300.490.530.814.6236.1114.12
Hex3119170313551524e
Octal6131270616512154416
Binary1100011100110111011000111010110100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311917; }

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

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

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

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

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

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

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

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