#31160F

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

Shades of Seal Brown #31160F

Tints of Seal Brown #31160F

Color information

#31160F (or 0x31160F) is unknown color: approx Seal Brown. HEX triplet: 31, 16 and 0F. RGB value is (49,22,15). Sum of RGB (Red+Green+Blue) = 49+22+15=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160F is #CEE9F0. Grayscale: #1D1D1D. Windows color (decimal): -13560305 or 988721. OLE color: 988721.

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

Color convert

RGB492215-
CMYK00.550.690.81
HSL12.35º53.12%12.55%-
HSV(B)12.35º69.39%19.22%-
XYZ1.641.260.61-
YUV29.28119.95142.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=56.98%
G=25.58%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221500.550.690.8112.3553.1212.55
Hex3116F0374551c35d
Octal612617067105121146515
Binary11000110110111101101111000101101000111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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