#391001

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

Shades of Seal Brown #391001

Tints of Seal Brown #391001

Color information

#391001 (or 0x391001) is unknown color: approx Seal Brown. HEX triplet: 39, 10 and 01. RGB value is (57,16,1). Sum of RGB (Red+Green+Blue) = 57+16+1=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #391001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391001 is #C6EFFE. Grayscale: #1A1A1A. Windows color (decimal): -13037567 or 69689. OLE color: 69689.

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

Color convert

RGB57161-
CMYK00.720.980.78
HSL16.07º96.55%11.37%-
HSV(B)16.07º98.25%22.35%-
XYZ1.881.240.17-
YUV26.55113.58149.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=77.03%
G=21.62%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5716100.720.980.7816.0796.5511.37
Hex39101048624E1061b
Octal7120101101421162014113
Binary11100110000101001000110001010011101000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391001; }

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

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

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

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

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

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

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

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