#391008

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

Shades of Seal Brown #391008

Tints of Seal Brown #391008

Color information

#391008 (or 0x391008) is unknown color: approx Seal Brown. HEX triplet: 39, 10 and 08. RGB value is (57,16,8). Sum of RGB (Red+Green+Blue) = 57+16+8=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #391008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391008 is #C6EFF7. Grayscale: #1B1B1B. Windows color (decimal): -13037560 or 528441. OLE color: 528441.

HSL color Cylindrical-coordinate representation of color #391008: hue angle of 9.8º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391008 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57168-
CMYK00.720.860.78
HSL9.8º75.38%12.75%-
HSV(B)9.8º85.96%22.35%-
XYZ1.921.260.37-
YUV27.35117.08149.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=70.37%
G=19.75%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5716800.720.860.789.875.3812.75
Hex39108048564Ea4bd
Octal71201001101261161211315
Binary1110011000010000100100010101101001110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391008; }

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

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

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

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

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

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

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

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