#311813

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

Shades of Seal Brown #311813

Tints of Seal Brown #311813

Color information

#311813 (or 0x311813) is unknown color: approx Seal Brown. HEX triplet: 31, 18 and 13. RGB value is (49,24,19). Sum of RGB (Red+Green+Blue) = 49+24+19=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311813 is #CEE7EC. Grayscale: #1E1E1E. Windows color (decimal): -13559789 or 1251377. OLE color: 1251377.

HSL color Cylindrical-coordinate representation of color #311813: hue angle of 10º 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 #311813 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB492419-
CMYK00.510.610.81
HSL10º44.12%13.33%-
HSV(B)10º61.22%19.22%-
XYZ1.711.350.79-
YUV30.9121.28140.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=53.26%
G=26.09%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49241900.510.610.811044.1213.33
Hex3118130333D51a2cd
Octal61302306375121125415
Binary11000111000100110110011111101101000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311813; }

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

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

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

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

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

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

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

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