#391106

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

Shades of Seal Brown #391106

Tints of Seal Brown #391106

Color information

#391106 (or 0x391106) is unknown color: approx Seal Brown. HEX triplet: 39, 11 and 06. RGB value is (57,17,6). Sum of RGB (Red+Green+Blue) = 57+17+6=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391106 is #C6EEF9. Grayscale: #1B1B1B. Windows color (decimal): -13037306 or 397625. OLE color: 397625.

HSL color Cylindrical-coordinate representation of color #391106: hue angle of 12.94º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391106 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB57176-
CMYK00.700.890.78
HSL12.94º80.95%12.35%-
HSV(B)12.94º89.47%22.35%-
XYZ1.921.280.32-
YUV27.71115.75148.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=71.25%
G=21.25%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5717600.700.890.7812.9480.9512.35
Hex39116046594Ed51c
Octal7121601061311161512114
Binary111001100011100100011010110011001110110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391106; }

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

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

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

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

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

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

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

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