#310803

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

Shades of Seal Brown #310803

Tints of Seal Brown #310803

Color information

#310803 (or 0x310803) is unknown color: approx Seal Brown. HEX triplet: 31, 08 and 03. RGB value is (49,8,3). Sum of RGB (Red+Green+Blue) = 49+8+3=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310803 is #CEF7FC. Grayscale: #131313. Windows color (decimal): -13563901 or 198705. OLE color: 198705.

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

Color convert

RGB4983-
CMYK00.840.940.81
HSL6.52º88.46%10.2%-
HSV(B)6.52º93.88%19.22%-
XYZ1.370.830.17-
YUV19.69118.58148.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 81.67%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 3 (1.56% from 255) = 5%
R=81.67%
G=13.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal498300.840.940.816.5288.4610.2
Hex31830545E51758a
Octal611030124136121713012
Binary110001100011010101001011110101000111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310803; }

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

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

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

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

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

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

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

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