#391E1D

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

Shades of Seal Brown #391E1D

Tints of Seal Brown #391E1D

Color information

#391E1D (or 0x391E1D) is unknown color: approx Seal Brown. HEX triplet: 39, 1E and 1D. RGB value is (57,30,29). Sum of RGB (Red+Green+Blue) = 57+30+29=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E1D is #C6E1E2. Grayscale: #252525. Windows color (decimal): -13033955 or 1908281. OLE color: 1908281.

HSL color Cylindrical-coordinate representation of color #391E1D: hue angle of 2.14º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391E1D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB573029-
CMYK00.470.490.78
HSL2.14º32.56%16.86%-
HSV(B)2.14º49.12%22.35%-
XYZ2.371.891.4-
YUV37.96122.95141.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 29 (11.72% from 255) = 25%
R=49.14%
G=25.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57302900.470.490.782.1432.5616.86
Hex391E1D02F314E22111
Octal7136350576111624121
Binary1110011111011101010111111000110011101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,30,29); }

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

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

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

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

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

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

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