#391412

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

Shades of Seal Brown #391412

Tints of Seal Brown #391412

Color information

#391412 (or 0x391412) is unknown color: approx Seal Brown. HEX triplet: 39, 14 and 12. RGB value is (57,20,18). Sum of RGB (Red+Green+Blue) = 57+20+18=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391412 is #C6EBED. Grayscale: #1E1E1E. Windows color (decimal): -13036526 or 1184825. OLE color: 1184825.

HSL color Cylindrical-coordinate representation of color #391412: hue angle of 3.08º 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 #391412 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB572018-
CMYK00.650.680.78
HSL3.08º52%14.71%-
HSV(B)3.08º68.42%22.35%-
XYZ2.051.410.74-
YUV30.83120.76146.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=60%
G=21.05%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57201800.650.680.783.085214.71
Hex391412041444E334f
Octal712422010110411636417
Binary11100110100100100100000110001001001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391412; }

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

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

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

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

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

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

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

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