#31140F

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

Shades of Seal Brown #31140F

Tints of Seal Brown #31140F

Color information

#31140F (or 0x31140F) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 0F. RGB value is (49,20,15). Sum of RGB (Red+Green+Blue) = 49+20+15=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140F is #CEEBF0. Grayscale: #1C1C1C. Windows color (decimal): -13560817 or 988209. OLE color: 988209.

HSL color Cylindrical-coordinate representation of color #31140F: hue angle of 8.82º 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 #31140F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB492015-
CMYK00.590.690.81
HSL8.82º53.12%12.55%-
HSV(B)8.82º69.39%19.22%-
XYZ1.61.190.6-
YUV28.1120.61142.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=58.33%
G=23.81%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49201500.590.690.818.8253.1212.55
Hex3114F03B4551935d
Octal612417073105121116515
Binary11000110100111101110111000101101000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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