#310404

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

Shades of Seal Brown #310404

Tints of Seal Brown #310404

Color information

#310404 (or 0x310404) is unknown color: approx Seal Brown. HEX triplet: 31, 04 and 04. RGB value is (49,4,4). Sum of RGB (Red+Green+Blue) = 49+4+4=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310404 is #CEFBFB. Grayscale: #111111. Windows color (decimal): -13564924 or 263217. OLE color: 263217.

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

Color convert

RGB4944-
CMYK00.920.920.81
HSL84.91%10.39%-
HSV(B)91.84%19.22%-
XYZ1.330.750.19-
YUV17.45120.41150.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 85.96%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=85.96%
G=7.02%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494400.920.920.81084.9110.39
Hex314405C5C51055a
Octal61440134134121012512
Binary1100011001000101110010111001010001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310404; }

 p { color: rgb(49,4,4); }

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

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

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

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

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

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

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