#310A06

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

Shades of Seal Brown #310A06

Tints of Seal Brown #310A06

Color information

#310A06 (or 0x310A06) is unknown color: approx Seal Brown. HEX triplet: 31, 0A and 06. RGB value is (49,10,6). Sum of RGB (Red+Green+Blue) = 49+10+6=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A06 is #CEF5F9. Grayscale: #151515. Windows color (decimal): -13563386 or 395825. OLE color: 395825.

HSL color Cylindrical-coordinate representation of color #310A06: hue angle of 5.58º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310A06 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB49106-
CMYK00.800.880.81
HSL5.58º78.18%10.78%-
HSV(B)5.58º87.76%19.22%-
XYZ1.410.880.27-
YUV21.2119.42147.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=75.38%
G=15.38%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4910600.800.880.815.5878.1810.78
Hex31A6050585164eb
Octal611260120130121611613
Binary1100011010110010100001011000101000111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A06; }

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

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

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

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

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

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

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

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