#311414

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

Shades of Seal Brown #311414

Tints of Seal Brown #311414

Color information

#311414 (or 0x311414) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 14. RGB value is (49,20,20). Sum of RGB (Red+Green+Blue) = 49+20+20=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311414 is #CEEBEB. Grayscale: #1C1C1C. Windows color (decimal): -13560812 or 1315889. OLE color: 1315889.

HSL color Cylindrical-coordinate representation of color #311414: hue angle of 0º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311414 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB492020-
CMYK00.590.590.81
HSL42.03%13.53%-
HSV(B)59.18%19.22%-
XYZ1.641.20.81-
YUV28.67123.11142.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=55.06%
G=22.47%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49202000.590.590.81042.0313.53
Hex31141403B3B5102ae
Octal6124240737312105216
Binary11000110100101000111011111011101000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311414; }

 p { color: rgb(49,20,20); }

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

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

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

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

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

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

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