#391914

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

Shades of Seal Brown #391914

Tints of Seal Brown #391914

Color information

#391914 (or 0x391914) is unknown color: approx Seal Brown. HEX triplet: 39, 19 and 14. RGB value is (57,25,20). Sum of RGB (Red+Green+Blue) = 57+25+20=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #391914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391914 is #C6E6EB. Grayscale: #222222. Windows color (decimal): -13035244 or 1317177. OLE color: 1317177.

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

Color convert

RGB572520-
CMYK00.560.650.78
HSL8.11º48.05%15.1%-
HSV(B)8.11º64.91%22.35%-
XYZ2.161.620.86-
YUV34120.1144.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=55.88%
G=24.51%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57252000.560.650.788.1148.0515.1
Hex391914038414E830f
Octal713124070101116106017
Binary111001110011010001110001000001100111010001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391914; }

 p { color: rgb(57,25,20); }

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

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

 a { background-color: rgb(57,25,20); }

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

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

 span { border-color: rgb(57,25,20); }

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