#391613

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

Shades of Seal Brown #391613

Tints of Seal Brown #391613

Color information

#391613 (or 0x391613) is unknown color: approx Seal Brown. HEX triplet: 39, 16 and 13. RGB value is (57,22,19). Sum of RGB (Red+Green+Blue) = 57+22+19=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391613 is #C6E9EC. Grayscale: #202020. Windows color (decimal): -13036013 or 1250873. OLE color: 1250873.

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

Color convert

RGB572219-
CMYK00.610.670.78
HSL4.74º50%14.9%-
HSV(B)4.74º66.67%22.35%-
XYZ2.091.490.79-
YUV32.12120.6145.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=58.16%
G=22.45%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57221900.610.670.784.745014.9
Hex39161303D434E532f
Octal71262307510311656217
Binary11100110110100110111101100001110011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391613; }

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

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

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

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

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

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

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

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