#310E00

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

Shades of Seal Brown #310E00

Tints of Seal Brown #310E00

Color information

#310E00 (or 0x310E00) is unknown color: approx Seal Brown. HEX triplet: 31, 0E and 00. RGB value is (49,14,0). Sum of RGB (Red+Green+Blue) = 49+14+0=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #310E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E00 is #CEF1FF. Grayscale: #161616. Windows color (decimal): -13562368 or 3633. OLE color: 3633.

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

Color convert

RGB49140-
CMYK00.7110.81
HSL17.14º100%9.61%-
HSV(B)17.14º100%19.22%-
XYZ1.420.970.11-
YUV22.87115.1146.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 77.78%
GREEN value IS 14 (5.86% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914000.7110.8117.141009.61
Hex31E004764511164a
Octal6116001071441212114412
Binary1100011110001000111110010010100011000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310E00; }

 p { color: rgb(49,14,0); }

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

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

 a { background-color: rgb(49,14,0); }

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

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

 span { border-color: rgb(49,14,0); }

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