#310B06

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

Shades of Seal Brown #310B06

Tints of Seal Brown #310B06

Color information

#310B06 (or 0x310B06) is unknown color: approx Seal Brown. HEX triplet: 31, 0B and 06. RGB value is (49,11,6). Sum of RGB (Red+Green+Blue) = 49+11+6=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B06 is #CEF4F9. Grayscale: #151515. Windows color (decimal): -13563130 or 396081. OLE color: 396081.

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

Color convert

RGB49116-
CMYK00.780.880.81
HSL6.98º78.18%10.78%-
HSV(B)6.98º87.76%19.22%-
XYZ1.420.910.27-
YUV21.79119.09147.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=74.24%
G=16.67%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911600.780.880.816.9878.1810.78
Hex31B604E585174eb
Octal611360116130121711613
Binary1100011011110010011101011000101000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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