#310E09

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

Shades of Seal Brown #310E09

Tints of Seal Brown #310E09

Color information

#310E09 (or 0x310E09) is unknown color: approx Seal Brown. HEX triplet: 31, 0E and 09. RGB value is (49,14,9). Sum of RGB (Red+Green+Blue) = 49+14+9=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E09 is #CEF1F6. Grayscale: #171717. Windows color (decimal): -13562359 or 593457. OLE color: 593457.

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

Color convert

RGB49149-
CMYK00.710.820.81
HSL7.5º68.97%11.37%-
HSV(B)7.5º81.63%19.22%-
XYZ1.470.990.37-
YUV23.9119.6145.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=68.06%
G=19.44%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914900.710.820.817.568.9711.37
Hex31E90475251845b
Octal61161101071221211010513
Binary110001111010010100011110100101010001100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,14,9); }

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

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

 a { background-color: rgb(49,14,9); }

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

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

 span { border-color: rgb(49,14,9); }

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