#311205

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

Shades of Seal Brown #311205

Tints of Seal Brown #311205

Color information

#311205 (or 0x311205) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 05. RGB value is (49,18,5). Sum of RGB (Red+Green+Blue) = 49+18+5=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311205 is #CEEDFA. Grayscale: #191919. Windows color (decimal): -13561339 or 332337. OLE color: 332337.

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

Color convert

RGB49185-
CMYK00.630.900.81
HSL17.73º81.48%10.59%-
HSV(B)17.73º89.8%19.22%-
XYZ1.511.10.28-
YUV25.79116.27144.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=68.06%
G=25%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4918500.630.900.8117.7381.4810.59
Hex3112503F5A511251b
Octal612250771321212212113
Binary110001100101010111111101101010100011001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311205; }

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

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

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

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

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

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

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

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