#310F0E

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

Shades of Seal Brown #310F0E

Tints of Seal Brown #310F0E

Color information

#310F0E (or 0x310F0E) is unknown color: approx Seal Brown. HEX triplet: 31, 0F and 0E. RGB value is (49,15,14). Sum of RGB (Red+Green+Blue) = 49+15+14=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F0E is #CEF0F1. Grayscale: #191919. Windows color (decimal): -13562098 or 921393. OLE color: 921393.

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

Color convert

RGB491514-
CMYK00.690.710.81
HSL1.71º55.56%12.35%-
HSV(B)1.71º71.43%19.22%-
XYZ1.521.030.53-
YUV25.05121.76145.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=62.82%
G=19.23%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49151400.690.710.811.7155.5612.35
Hex31FE0454751238c
Octal611716010510712127014
Binary110001111111100100010110001111010001101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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