#391D1B

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

Shades of Seal Brown #391D1B

Tints of Seal Brown #391D1B

Color information

#391D1B (or 0x391D1B) is unknown color: approx Seal Brown. HEX triplet: 39, 1D and 1B. RGB value is (57,29,27). Sum of RGB (Red+Green+Blue) = 57+29+27=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #391D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D1B is #C6E2E4. Grayscale: #252525. Windows color (decimal): -13034213 or 1776953. OLE color: 1776953.

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

Color convert

RGB572927-
CMYK00.490.530.78
HSL35.71%16.47%-
HSV(B)52.63%22.35%-
XYZ2.321.831.27-
YUV37.14122.28142.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=50.44%
G=25.66%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57292700.490.530.78435.7116.47
Hex391D1B031354E42410
Octal7135330616511644420
Binary11100111101110110110001110101100111010010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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