#31140D

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

Shades of Seal Brown #31140D

Tints of Seal Brown #31140D

Color information

#31140D (or 0x31140D) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 0D. RGB value is (49,20,13). Sum of RGB (Red+Green+Blue) = 49+20+13=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140D is #CEEBF2. Grayscale: #1B1B1B. Windows color (decimal): -13560819 or 857137. OLE color: 857137.

HSL color Cylindrical-coordinate representation of color #31140D: hue angle of 11.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31140D is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB492013-
CMYK00.590.730.81
HSL11.67º58.06%12.16%-
HSV(B)11.67º73.47%19.22%-
XYZ1.591.180.53-
YUV27.87119.61143.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=59.76%
G=24.39%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49201300.590.730.8111.6758.0612.16
Hex3114D03B4951c3ac
Octal612415073111121147214
Binary11000110100110101110111001001101000111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31140D; }

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

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

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

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

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

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

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

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