#31130A

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

Shades of Seal Brown #31130A

Tints of Seal Brown #31130A

Color information

#31130A (or 0x31130A) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 0A. RGB value is (49,19,10). Sum of RGB (Red+Green+Blue) = 49+19+10=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130A is #CEECF5. Grayscale: #1B1B1B. Windows color (decimal): -13561078 or 660273. OLE color: 660273.

HSL color Cylindrical-coordinate representation of color #31130A: hue angle of 13.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31130A is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB491910-
CMYK00.610.800.81
HSL13.85º66.1%11.57%-
HSV(B)13.85º79.59%19.22%-
XYZ1.551.140.43-
YUV26.94118.44143.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=62.82%
G=24.36%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49191000.610.800.8113.8566.111.57
Hex3113A03D5051e42c
Octal6123120751201211610214
Binary110001100111010011110110100001010001111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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