#31120D

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

Shades of Seal Brown #31120D

Tints of Seal Brown #31120D

Color information

#31120D (or 0x31120D) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 0D. RGB value is (49,18,13). Sum of RGB (Red+Green+Blue) = 49+18+13=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120D is #CEEDF2. Grayscale: #1A1A1A. Windows color (decimal): -13561331 or 856625. OLE color: 856625.

HSL color Cylindrical-coordinate representation of color #31120D: hue angle of 8.33º 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 #31120D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB491813-
CMYK00.630.730.81
HSL8.33º58.06%12.16%-
HSV(B)8.33º73.47%19.22%-
XYZ1.561.110.51-
YUV26.7120.27143.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=61.25%
G=22.5%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49181300.630.730.818.3358.0612.16
Hex3112D03F495183ac
Octal612215077111121107214
Binary11000110010110101111111001001101000110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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