#31120F

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

Shades of Seal Brown #31120F

Tints of Seal Brown #31120F

Color information

#31120F (or 0x31120F) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 0F. RGB value is (49,18,15). Sum of RGB (Red+Green+Blue) = 49+18+15=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120F is #CEEDF0. Grayscale: #1A1A1A. Windows color (decimal): -13561329 or 987697. OLE color: 987697.

HSL color Cylindrical-coordinate representation of color #31120F: hue angle of 5.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31120F is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB491815-
CMYK00.630.690.81
HSL5.29º53.12%12.55%-
HSV(B)5.29º69.39%19.22%-
XYZ1.571.120.59-
YUV26.93121.27143.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=59.76%
G=21.95%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49181500.630.690.815.2953.1212.55
Hex3112F03F4551535d
Octal61221707710512156515
Binary1100011001011110111111100010110100011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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