#31150D

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

Shades of Seal Brown #31150D

Tints of Seal Brown #31150D

Color information

#31150D (or 0x31150D) is unknown color: approx Seal Brown. HEX triplet: 31, 15 and 0D. RGB value is (49,21,13). Sum of RGB (Red+Green+Blue) = 49+21+13=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150D is #CEEAF2. Grayscale: #1C1C1C. Windows color (decimal): -13560563 or 857393. OLE color: 857393.

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

Color convert

RGB492113-
CMYK00.570.730.81
HSL13.33º58.06%12.16%-
HSV(B)13.33º73.47%19.22%-
XYZ1.611.220.53-
YUV28.46119.28142.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=59.04%
G=25.30%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49211300.570.730.8113.3358.0612.16
Hex3115D0394951d3ac
Octal612515071111121157214
Binary11000110101110101110011001001101000111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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