#310605

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

Shades of Seal Brown #310605

Tints of Seal Brown #310605

Color information

#310605 (or 0x310605) is unknown color: approx Seal Brown. HEX triplet: 31, 06 and 05. RGB value is (49,6,5). Sum of RGB (Red+Green+Blue) = 49+6+5=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310605 is #CEF9FA. Grayscale: #121212. Windows color (decimal): -13564411 or 329265. OLE color: 329265.

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

Color convert

RGB4965-
CMYK00.880.900.81
HSL1.36º81.48%10.59%-
HSV(B)1.36º89.8%19.22%-
XYZ1.360.790.23-
YUV18.74120.25149.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 81.67%
GREEN value IS 6 (2.73% from 255) = 10%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=81.67%
G=10%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal496500.880.900.811.3681.4810.59
Hex31650585A51151b
Octal61650130132121112113
Binary1100011101010101100010110101010001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310605; }

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

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

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

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

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

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

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

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