#391919

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

Shades of Seal Brown #391919

Tints of Seal Brown #391919

Color information

#391919 (or 0x391919) is unknown color: approx Seal Brown. HEX triplet: 39, 19 and 19. RGB value is (57,25,25). Sum of RGB (Red+Green+Blue) = 57+25+25=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391919 is #C6E6E6. Grayscale: #222222. Windows color (decimal): -13035239 or 1644857. OLE color: 1644857.

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

Color convert

RGB572525-
CMYK00.560.560.78
HSL39.02%16.08%-
HSV(B)56.14%22.35%-
XYZ2.211.641.12-
YUV34.57122.6144-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=53.27%
G=23.36%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57252500.560.560.78039.0216.08
Hex391919038384E02710
Octal7131310707011604720
Binary111001110011100101110001110001001110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391919; }

 p { color: rgb(57,25,25); }

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

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

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

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

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

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

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