#31130E

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

Shades of Seal Brown #31130E

Tints of Seal Brown #31130E

Color information

#31130E (or 0x31130E) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 0E. RGB value is (49,19,14). Sum of RGB (Red+Green+Blue) = 49+19+14=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130E is #CEECF1. Grayscale: #1B1B1B. Windows color (decimal): -13561074 or 922417. OLE color: 922417.

HSL color Cylindrical-coordinate representation of color #31130E: hue angle of 8.57º 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 #31130E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB491914-
CMYK00.610.710.81
HSL8.57º55.56%12.35%-
HSV(B)8.57º71.43%19.22%-
XYZ1.581.150.55-
YUV27.4120.44143.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=59.76%
G=23.17%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49191400.610.710.818.5755.5612.35
Hex3113E03D4751938c
Octal612316075107121117014
Binary11000110011111001111011000111101000110011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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