#391211

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

Shades of Seal Brown #391211

Tints of Seal Brown #391211

Color information

#391211 (or 0x391211) is unknown color: approx Seal Brown. HEX triplet: 39, 12 and 11. RGB value is (57,18,17). Sum of RGB (Red+Green+Blue) = 57+18+17=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391211 is #C6EDEE. Grayscale: #1D1D1D. Windows color (decimal): -13037039 or 1118777. OLE color: 1118777.

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

Color convert

RGB571817-
CMYK00.680.700.78
HSL1.5º54.05%14.51%-
HSV(B)1.5º70.18%22.35%-
XYZ21.340.68-
YUV29.55120.92147.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=61.96%
G=19.57%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57181700.680.700.781.554.0514.51
Hex391211044464E236f
Octal712221010410611626617
Binary11100110010100010100010010001101001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391211; }

 p { color: rgb(57,18,17); }

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

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

 a { background-color: rgb(57,18,17); }

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

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

 span { border-color: rgb(57,18,17); }

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