#391006

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

Shades of Seal Brown #391006

Tints of Seal Brown #391006

Color information

#391006 (or 0x391006) is unknown color: approx Seal Brown. HEX triplet: 39, 10 and 06. RGB value is (57,16,6). Sum of RGB (Red+Green+Blue) = 57+16+6=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #391006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391006 is #C6EFF9. Grayscale: #1B1B1B. Windows color (decimal): -13037562 or 397369. OLE color: 397369.

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

Color convert

RGB57166-
CMYK00.720.890.78
HSL11.76º80.95%12.35%-
HSV(B)11.76º89.47%22.35%-
XYZ1.911.250.31-
YUV27.12116.08149.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=72.15%
G=20.25%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5716600.720.890.7811.7680.9512.35
Hex39106048594Ec51c
Octal7120601101311161412114
Binary111001100001100100100010110011001110110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391006; }

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

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

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

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

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

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

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

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