#310503

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

Shades of Seal Brown #310503

Tints of Seal Brown #310503

Color information

#310503 (or 0x310503) is unknown color: approx Seal Brown. HEX triplet: 31, 05 and 03. RGB value is (49,5,3). Sum of RGB (Red+Green+Blue) = 49+5+3=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310503 is #CEFAFC. Grayscale: #111111. Windows color (decimal): -13564669 or 197937. OLE color: 197937.

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

Color convert

RGB4953-
CMYK00.900.940.81
HSL2.61º88.46%10.2%-
HSV(B)2.61º93.88%19.22%-
XYZ1.340.770.16-
YUV17.93119.58150.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 85.96%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=85.96%
G=8.77%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal495300.900.940.812.6188.4610.2
Hex315305A5E51358a
Octal61530132136121313012
Binary1100011011101011010101111010100011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310503; }

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

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

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

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

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

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

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

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