#310400

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

Shades of Seal Brown #310400

Tints of Seal Brown #310400

Color information

#310400 (or 0x310400) is unknown color: approx Seal Brown. HEX triplet: 31, 04 and 00. RGB value is (49,4,0). Sum of RGB (Red+Green+Blue) = 49+4+0=53 (7% of max value = 765). Red value is 49 (19.53% from 255 or 92.45% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 49 - color contains mainly: red. Hex color #310400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310400 is #CEFBFF. Grayscale: #111111. Windows color (decimal): -13564928 or 1073. OLE color: 1073.

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

Color convert

RGB4940-
CMYK00.9210.81
HSL4.9º100%9.61%-
HSV(B)4.9º100%19.22%-
XYZ1.310.740.07-
YUV17118.41150.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 92.45%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.45%
G=7.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494000.9210.814.91009.61
Hex314005C6451564a
Octal61400134144121514412
Binary1100011000010111001100100101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310400; }

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

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

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

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

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

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

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

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