#31110E

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

Shades of Seal Brown #31110E

Tints of Seal Brown #31110E

Color information

#31110E (or 0x31110E) is unknown color: approx Seal Brown. HEX triplet: 31, 11 and 0E. RGB value is (49,17,14). Sum of RGB (Red+Green+Blue) = 49+17+14=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31110E is #CEEEF1. Grayscale: #1A1A1A. Windows color (decimal): -13561586 or 921905. OLE color: 921905.

HSL color Cylindrical-coordinate representation of color #31110E: hue angle of 5.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31110E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB491714-
CMYK00.650.710.81
HSL5.14º55.56%12.35%-
HSV(B)5.14º71.43%19.22%-
XYZ1.551.090.54-
YUV26.23121.1144.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=61.25%
G=21.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49171400.650.710.815.1455.5612.35
Hex3111E0414751538c
Octal612116010110712157014
Binary11000110001111001000001100011110100011011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31110E; }

 p { color: rgb(49,17,14); }

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

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

 a { background-color: rgb(49,17,14); }

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

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

 span { border-color: rgb(49,17,14); }

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