#310403

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

Shades of Seal Brown #310403

Tints of Seal Brown #310403

Color information

#310403 (or 0x310403) is unknown color: approx Seal Brown. HEX triplet: 31, 04 and 03. RGB value is (49,4,3). Sum of RGB (Red+Green+Blue) = 49+4+3=56 (7% of max value = 765). Red value is 49 (19.53% from 255 or 87.5% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 49 - color contains mainly: red. Hex color #310403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310403 is #CEFBFC. Grayscale: #111111. Windows color (decimal): -13564925 or 197681. OLE color: 197681.

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

Color convert

RGB4943-
CMYK00.920.940.81
HSL1.3º88.46%10.2%-
HSV(B)1.3º93.88%19.22%-
XYZ1.330.750.16-
YUV17.34119.91150.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 87.5%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=87.5%
G=7.14%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494300.920.940.811.388.4610.2
Hex314305C5E51158a
Octal61430134136121113012
Binary110001100110101110010111101010001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310403; }

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

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

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

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

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

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

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

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