#391100

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

Shades of Seal Brown #391100

Tints of Seal Brown #391100

Color information

#391100 (or 0x391100) is unknown color: approx Seal Brown. HEX triplet: 39, 11 and 00. RGB value is (57,17,0). Sum of RGB (Red+Green+Blue) = 57+17+0=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #391100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391100 is #C6EEFF. Grayscale: #1B1B1B. Windows color (decimal): -13037312 or 4409. OLE color: 4409.

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

Color convert

RGB57170-
CMYK00.7010.78
HSL17.89º100%11.18%-
HSV(B)17.89º100%22.35%-
XYZ1.891.270.15-
YUV27.02112.75149.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.03%
G=22.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5717000.7010.7817.8910011.18
Hex39110046644E1264b
Octal7121001061441162214413
Binary11100110001001000110110010010011101001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391100; }

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

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

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

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

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

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

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

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