#310E07

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

Shades of Seal Brown #310E07

Tints of Seal Brown #310E07

Color information

#310E07 (or 0x310E07) is unknown color: approx Seal Brown. HEX triplet: 31, 0E and 07. RGB value is (49,14,7). Sum of RGB (Red+Green+Blue) = 49+14+7=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E07 is #CEF1F8. Grayscale: #171717. Windows color (decimal): -13562361 or 462385. OLE color: 462385.

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

Color convert

RGB49147-
CMYK00.710.860.81
HSL10º75%10.98%-
HSV(B)10º85.71%19.22%-
XYZ1.460.980.31-
YUV23.67118.6146.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 70%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 7 (3.12% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914700.710.860.81107510.98
Hex31E70475651a4bb
Octal6116701071261211211313
Binary11000111101110100011110101101010001101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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