#311413

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

Shades of Seal Brown #311413

Tints of Seal Brown #311413

Color information

#311413 (or 0x311413) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 13. RGB value is (49,20,19). Sum of RGB (Red+Green+Blue) = 49+20+19=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311413 is #CEEBEC. Grayscale: #1C1C1C. Windows color (decimal): -13560813 or 1250353. OLE color: 1250353.

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

Color convert

RGB492019-
CMYK00.590.610.81
HSL44.12%13.33%-
HSV(B)61.22%19.22%-
XYZ1.631.20.76-
YUV28.56122.61142.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=55.68%
G=22.73%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49201900.590.610.81244.1213.33
Hex31141303B3D5122cd
Octal6124230737512125415
Binary110001101001001101110111111011010001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311413; }

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

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

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

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

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

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

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

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