#310604

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

Shades of Seal Brown #310604

Tints of Seal Brown #310604

Color information

#310604 (or 0x310604) is unknown color: approx Seal Brown. HEX triplet: 31, 06 and 04. RGB value is (49,6,4). Sum of RGB (Red+Green+Blue) = 49+6+4=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310604 is #CEF9FB. Grayscale: #121212. Windows color (decimal): -13564412 or 263729. OLE color: 263729.

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

Color convert

RGB4964-
CMYK00.880.920.81
HSL2.67º84.91%10.39%-
HSV(B)2.67º91.84%19.22%-
XYZ1.350.790.2-
YUV18.63119.75149.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 83.05%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=83.05%
G=10.17%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal496400.880.920.812.6784.9110.39
Hex31640585C51355a
Octal61640130134121312512
Binary11000111010001011000101110010100011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310604; }

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

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

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

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

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

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

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

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