#311206

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

Shades of Seal Brown #311206

Tints of Seal Brown #311206

Color information

#311206 (or 0x311206) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 06. RGB value is (49,18,6). Sum of RGB (Red+Green+Blue) = 49+18+6=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311206 is #CEEDF9. Grayscale: #191919. Windows color (decimal): -13561338 or 397873. OLE color: 397873.

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

Color convert

RGB49186-
CMYK00.630.880.81
HSL16.74º78.18%10.78%-
HSV(B)16.74º87.76%19.22%-
XYZ1.521.10.3-
YUV25.9116.77144.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=67.12%
G=24.66%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4918600.630.880.8116.7478.1810.78
Hex3112603F5851114eb
Octal612260771301212111613
Binary110001100101100111111101100010100011000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311206; }

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

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

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

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

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

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

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

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