#310401

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

Shades of Seal Brown #310401

Tints of Seal Brown #310401

Color information

#310401 (or 0x310401) is unknown color: approx Seal Brown. HEX triplet: 31, 04 and 01. RGB value is (49,4,1). Sum of RGB (Red+Green+Blue) = 49+4+1=54 (7% of max value = 765). Red value is 49 (19.53% from 255 or 90.74% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 49 - color contains mainly: red. Hex color #310401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310401 is #CEFBFE. Grayscale: #111111. Windows color (decimal): -13564927 or 66609. OLE color: 66609.

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

Color convert

RGB4941-
CMYK00.920.980.81
HSL3.75º96%9.8%-
HSV(B)3.75º97.96%19.22%-
XYZ1.320.740.1-
YUV17.11118.91150.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 90.74%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=90.74%
G=7.41%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494100.920.980.813.75969.8
Hex314105C6251460a
Octal61410134142121414012
Binary1100011001010111001100010101000110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310401; }

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

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

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

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

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

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

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

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