#310B05

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

Shades of Seal Brown #310B05

Tints of Seal Brown #310B05

Color information

#310B05 (or 0x310B05) is unknown color: approx Seal Brown. HEX triplet: 31, 0B and 05. RGB value is (49,11,5). Sum of RGB (Red+Green+Blue) = 49+11+5=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B05 is #CEF4FA. Grayscale: #151515. Windows color (decimal): -13563131 or 330545. OLE color: 330545.

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

Color convert

RGB49115-
CMYK00.780.900.81
HSL8.18º81.48%10.59%-
HSV(B)8.18º89.8%19.22%-
XYZ1.410.90.24-
YUV21.68118.59147.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=75.38%
G=16.92%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911500.780.900.818.1881.4810.59
Hex31B504E5A51851b
Octal6113501161321211012113
Binary11000110111010100111010110101010001100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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