#311513

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

Shades of Seal Brown #311513

Tints of Seal Brown #311513

Color information

#311513 (or 0x311513) is unknown color: approx Seal Brown. HEX triplet: 31, 15 and 13. RGB value is (49,21,19). Sum of RGB (Red+Green+Blue) = 49+21+19=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311513 is #CEEAEC. Grayscale: #1D1D1D. Windows color (decimal): -13560557 or 1250609. OLE color: 1250609.

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

Color convert

RGB492119-
CMYK00.570.610.81
HSL44.12%13.33%-
HSV(B)61.22%19.22%-
XYZ1.651.240.77-
YUV29.14122.28142.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=55.06%
G=23.60%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49211900.570.610.81444.1213.33
Hex3115130393D5142cd
Octal6125230717512145415
Binary1100011010110011011100111110110100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311513; }

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

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

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

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

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

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

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

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