#310800

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

Shades of Seal Brown #310800

Tints of Seal Brown #310800

Color information

#310800 (or 0x310800) is unknown color: approx Seal Brown. HEX triplet: 31, 08 and 00. RGB value is (49,8,0). Sum of RGB (Red+Green+Blue) = 49+8+0=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310800 is #CEF7FF. Grayscale: #131313. Windows color (decimal): -13563904 or 2097. OLE color: 2097.

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

Color convert

RGB4980-
CMYK00.8410.81
HSL9.8º100%9.61%-
HSV(B)9.8º100%19.22%-
XYZ1.350.830.09-
YUV19.35117.08149.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 85.96%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.96%
G=14.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal498000.8410.819.81009.61
Hex31800546451a64a
Octal6110001241441211214412
Binary110001100000101010011001001010001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310800; }

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

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

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

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

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

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

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

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