#391B1A

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

Shades of Seal Brown #391B1A

Tints of Seal Brown #391B1A

Color information

#391B1A (or 0x391B1A) is unknown color: approx Seal Brown. HEX triplet: 39, 1B and 1A. RGB value is (57,27,26). Sum of RGB (Red+Green+Blue) = 57+27+26=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #391B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B1A is #C6E4E5. Grayscale: #232323. Windows color (decimal): -13034726 or 1710905. OLE color: 1710905.

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

Color convert

RGB572726-
CMYK00.530.540.78
HSL1.94º37.35%16.27%-
HSV(B)1.94º54.39%22.35%-
XYZ2.271.731.19-
YUV35.86122.44143.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=51.82%
G=24.55%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57272600.530.540.781.9437.3516.27
Hex391B1A035364E22510
Octal7133320656611624520
Binary1110011101111010011010111011010011101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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