#391A15

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

Shades of Seal Brown #391A15

Tints of Seal Brown #391A15

Color information

#391A15 (or 0x391A15) is unknown color: approx Seal Brown. HEX triplet: 39, 1A and 15. RGB value is (57,26,21). Sum of RGB (Red+Green+Blue) = 57+26+21=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A15 is #C6E5EA. Grayscale: #222222. Windows color (decimal): -13034987 or 1382969. OLE color: 1382969.

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

Color convert

RGB572621-
CMYK00.540.630.78
HSL8.33º46.15%15.29%-
HSV(B)8.33º63.16%22.35%-
XYZ2.191.660.91-
YUV34.7120.27143.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=54.81%
G=25%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57262100.540.630.788.3346.1515.29
Hex391A150363F4E82ef
Octal71322506677116105617
Binary11100111010101010110110111111100111010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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