#310906

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

Shades of Seal Brown #310906

Tints of Seal Brown #310906

Color information

#310906 (or 0x310906) is unknown color: approx Seal Brown. HEX triplet: 31, 09 and 06. RGB value is (49,9,6). Sum of RGB (Red+Green+Blue) = 49+9+6=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310906 is #CEF6F9. Grayscale: #141414. Windows color (decimal): -13563642 or 395569. OLE color: 395569.

HSL color Cylindrical-coordinate representation of color #310906: hue angle of 4.19º 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 #310906 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB4996-
CMYK00.820.880.81
HSL4.19º78.18%10.78%-
HSV(B)4.19º87.76%19.22%-
XYZ1.40.860.26-
YUV20.62119.75148.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=76.56%
G=14.06%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal499600.820.880.814.1978.1810.78
Hex3196052585144eb
Octal611160122130121411613
Binary1100011001110010100101011000101000110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310906; }

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

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

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

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

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

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

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

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