#391311

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

Shades of Seal Brown #391311

Tints of Seal Brown #391311

Color information

#391311 (or 0x391311) is unknown color: approx Seal Brown. HEX triplet: 39, 13 and 11. RGB value is (57,19,17). Sum of RGB (Red+Green+Blue) = 57+19+17=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #391311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391311 is #C6ECEE. Grayscale: #1E1E1E. Windows color (decimal): -13036783 or 1119033. OLE color: 1119033.

HSL color Cylindrical-coordinate representation of color #391311: hue angle of 3º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391311 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB571917-
CMYK00.670.700.78
HSL54.05%14.51%-
HSV(B)70.18%22.35%-
XYZ2.021.380.69-
YUV30.13120.59147.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=61.29%
G=20.43%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57191700.670.700.78354.0514.51
Hex391311043464E336f
Octal712321010310611636617
Binary11100110011100010100001110001101001110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391311; }

 p { color: rgb(57,19,17); }

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

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

 a { background-color: rgb(57,19,17); }

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

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

 span { border-color: rgb(57,19,17); }

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