#310600

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

Shades of Seal Brown #310600

Tints of Seal Brown #310600

Color information

#310600 (or 0x310600) is unknown color: approx Seal Brown. HEX triplet: 31, 06 and 00. RGB value is (49,6,0). Sum of RGB (Red+Green+Blue) = 49+6+0=55 (7% of max value = 765). Red value is 49 (19.53% from 255 or 89.09% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 49 - color contains mainly: red. Hex color #310600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310600 is #CEF9FF. Grayscale: #121212. Windows color (decimal): -13564416 or 1585. OLE color: 1585.

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

Color convert

RGB4960-
CMYK00.8810.81
HSL7.35º100%9.61%-
HSV(B)7.35º100%19.22%-
XYZ1.330.780.08-
YUV18.17117.75149.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 89.09%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.09%
G=10.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal496000.8810.817.351009.61
Hex31600586451764a
Octal61600130144121714412
Binary1100011100010110001100100101000111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310600; }

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

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

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

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

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

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

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

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