#310603

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

Shades of Seal Brown #310603

Tints of Seal Brown #310603

Color information

#310603 (or 0x310603) is unknown color: approx Seal Brown. HEX triplet: 31, 06 and 03. RGB value is (49,6,3). Sum of RGB (Red+Green+Blue) = 49+6+3=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310603 is #CEF9FC. Grayscale: #121212. Windows color (decimal): -13564413 or 198193. OLE color: 198193.

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

Color convert

RGB4963-
CMYK00.880.940.81
HSL3.91º88.46%10.2%-
HSV(B)3.91º93.88%19.22%-
XYZ1.350.790.17-
YUV18.51119.25149.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 84.48%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=84.48%
G=10.34%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal496300.880.940.813.9188.4610.2
Hex31630585E51458a
Octal61630130136121413012
Binary11000111011010110001011110101000110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310603; }

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

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

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

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

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

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

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

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