#31150B

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

Shades of Seal Brown #31150B

Tints of Seal Brown #31150B

Color information

#31150B (or 0x31150B) is unknown color: approx Seal Brown. HEX triplet: 31, 15 and 0B. RGB value is (49,21,11). Sum of RGB (Red+Green+Blue) = 49+21+11=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150B is #CEEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13560565 or 726321. OLE color: 726321.

HSL color Cylindrical-coordinate representation of color #31150B: hue angle of 15.79º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31150B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB492111-
CMYK00.570.780.81
HSL15.79º63.33%11.76%-
HSV(B)15.79º77.55%19.22%-
XYZ1.61.210.47-
YUV28.23118.28142.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=60.49%
G=25.93%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49211100.570.780.8115.7963.3311.76
Hex3115B0394E51103fc
Octal612513071116121207714
Binary110001101011011011100110011101010001100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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