#391110

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

Shades of Seal Brown #391110

Tints of Seal Brown #391110

Color information

#391110 (or 0x391110) is unknown color: approx Seal Brown. HEX triplet: 39, 11 and 10. RGB value is (57,17,16). Sum of RGB (Red+Green+Blue) = 57+17+16=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #391110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391110 is #C6EEEF. Grayscale: #1C1C1C. Windows color (decimal): -13037296 or 1052985. OLE color: 1052985.

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

Color convert

RGB571716-
CMYK00.700.720.78
HSL1.46º56.16%14.31%-
HSV(B)1.46º71.93%22.35%-
XYZ1.981.310.64-
YUV28.85120.75148.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=63.33%
G=18.89%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57171600.700.720.781.4656.1614.31
Hex391110046484E138e
Octal712120010611011617016
Binary1110011000110000010001101001000100111011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391110; }

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

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

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

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

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

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

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

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