#391513

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

Shades of Seal Brown #391513

Tints of Seal Brown #391513

Color information

#391513 (or 0x391513) is unknown color: approx Seal Brown. HEX triplet: 39, 15 and 13. RGB value is (57,21,19). Sum of RGB (Red+Green+Blue) = 57+21+19=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391513 is #C6EAEC. Grayscale: #1F1F1F. Windows color (decimal): -13036269 or 1250617. OLE color: 1250617.

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

Color convert

RGB572119-
CMYK00.630.670.78
HSL3.16º50%14.9%-
HSV(B)3.16º66.67%22.35%-
XYZ2.071.450.79-
YUV31.54120.93146.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=58.76%
G=21.65%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57211900.630.670.783.165014.9
Hex39151303F434E332f
Octal71252307710311636217
Binary1110011010110011011111110000111001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391513; }

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

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

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

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

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

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

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

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