#311109

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

Shades of Seal Brown #311109

Tints of Seal Brown #311109

Color information

#311109 (or 0x311109) is unknown color: approx Seal Brown. HEX triplet: 31, 11 and 09. RGB value is (49,17,9). Sum of RGB (Red+Green+Blue) = 49+17+9=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311109 is #CEEEF6. Grayscale: #191919. Windows color (decimal): -13561591 or 594225. OLE color: 594225.

HSL color Cylindrical-coordinate representation of color #311109: hue angle of 12º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311109 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49179-
CMYK00.650.820.81
HSL12º68.97%11.37%-
HSV(B)12º81.63%19.22%-
XYZ1.521.070.39-
YUV25.66118.6144.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 9 (3.91% from 255) = 12%
R=65.33%
G=22.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4917900.650.820.811268.9711.37
Hex311190415251c45b
Octal61211101011221211410513
Binary1100011000110010100000110100101010001110010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311109; }

 p { color: rgb(49,17,9); }

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

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

 a { background-color: rgb(49,17,9); }

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

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

 span { border-color: rgb(49,17,9); }

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