#311611

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

Shades of Seal Brown #311611

Tints of Seal Brown #311611

Color information

#311611 (or 0x311611) is unknown color: approx Seal Brown. HEX triplet: 31, 16 and 11. RGB value is (49,22,17). Sum of RGB (Red+Green+Blue) = 49+22+17=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311611 is #CEE9EE. Grayscale: #1D1D1D. Windows color (decimal): -13560303 or 1119793. OLE color: 1119793.

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

Color convert

RGB492217-
CMYK00.550.650.81
HSL9.38º48.48%12.94%-
HSV(B)9.38º65.31%19.22%-
XYZ1.651.270.69-
YUV29.5120.95141.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=55.68%
G=25%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221700.550.650.819.3848.4812.94
Hex3116110374151930d
Octal612621067101121116015
Binary110001101101000101101111000001101000110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311611; }

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

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

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

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

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

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

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

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