#310C05

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

Shades of Seal Brown #310C05

Tints of Seal Brown #310C05

Color information

#310C05 (or 0x310C05) is unknown color: approx Seal Brown. HEX triplet: 31, 0C and 05. RGB value is (49,12,5). Sum of RGB (Red+Green+Blue) = 49+12+5=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C05 is #CEF3FA. Grayscale: #161616. Windows color (decimal): -13562875 or 330801. OLE color: 330801.

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

Color convert

RGB49125-
CMYK00.760.900.81
HSL9.55º81.48%10.59%-
HSV(B)9.55º89.8%19.22%-
XYZ1.430.930.25-
YUV22.26118.26147.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=74.24%
G=18.18%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912500.760.900.819.5581.4810.59
Hex31C504C5A51a51b
Octal6114501141321211212113
Binary11000111001010100110010110101010001101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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