#310705

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

Shades of Seal Brown #310705

Tints of Seal Brown #310705

Color information

#310705 (or 0x310705) is unknown color: approx Seal Brown. HEX triplet: 31, 07 and 05. RGB value is (49,7,5). Sum of RGB (Red+Green+Blue) = 49+7+5=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310705 is #CEF8FA. Grayscale: #131313. Windows color (decimal): -13564155 or 329521. OLE color: 329521.

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

Color convert

RGB4975-
CMYK00.860.900.81
HSL2.73º81.48%10.59%-
HSV(B)2.73º89.8%19.22%-
XYZ1.370.820.23-
YUV19.33119.91149.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 80.33%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=80.33%
G=11.48%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal497500.860.900.812.7381.4810.59
Hex31750565A51351b
Octal61750126132121312113
Binary11000111110101010110101101010100011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310705; }

 p { color: rgb(49,7,5); }

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

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

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

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

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

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

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