#391A19

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

Shades of Seal Brown #391A19

Tints of Seal Brown #391A19

Color information

#391A19 (or 0x391A19) is unknown color: approx Seal Brown. HEX triplet: 39, 1A and 19. RGB value is (57,26,25). Sum of RGB (Red+Green+Blue) = 57+26+25=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A19 is #C6E5E6. Grayscale: #232323. Windows color (decimal): -13034983 or 1645113. OLE color: 1645113.

HSL color Cylindrical-coordinate representation of color #391A19: hue angle of 1.88º 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 #391A19 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB572625-
CMYK00.540.560.78
HSL1.88º39.02%16.08%-
HSV(B)1.88º56.14%22.35%-
XYZ2.231.681.13-
YUV35.16122.27143.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=52.78%
G=24.07%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57262500.540.560.781.8839.0216.08
Hex391A19036384E22710
Octal7132310667011624720
Binary1110011101011001011011011100010011101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A19; }

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

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

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

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

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

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

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

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