#391312

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

Shades of Seal Brown #391312

Tints of Seal Brown #391312

Color information

#391312 (or 0x391312) is unknown color: approx Seal Brown. HEX triplet: 39, 13 and 12. RGB value is (57,19,18). Sum of RGB (Red+Green+Blue) = 57+19+18=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #391312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391312 is #C6ECED. Grayscale: #1E1E1E. Windows color (decimal): -13036782 or 1184569. OLE color: 1184569.

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

Color convert

RGB571918-
CMYK00.670.680.78
HSL1.54º52%14.71%-
HSV(B)1.54º68.42%22.35%-
XYZ2.031.380.73-
YUV30.25121.09147.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=60.64%
G=20.21%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57191800.670.680.781.545214.71
Hex391312043444E234f
Octal712322010310411626417
Binary11100110011100100100001110001001001110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391312; }

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

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

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

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

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

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

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

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