#310901

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

Shades of Seal Brown #310901

Tints of Seal Brown #310901

Color information

#310901 (or 0x310901) is unknown color: approx Seal Brown. HEX triplet: 31, 09 and 01. RGB value is (49,9,1). Sum of RGB (Red+Green+Blue) = 49+9+1=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310901 is #CEF6FE. Grayscale: #141414. Windows color (decimal): -13563647 or 67889. OLE color: 67889.

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

Color convert

RGB4991-
CMYK00.820.980.81
HSL10º96%9.8%-
HSV(B)10º97.96%19.22%-
XYZ1.370.850.12-
YUV20.05117.25148.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 83.05%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=83.05%
G=15.25%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal499100.820.980.8110969.8
Hex31910526251a60a
Octal6111101221421211214012
Binary110001100110101001011000101010001101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310901; }

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

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

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

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

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

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

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

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