#391712

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

Shades of Seal Brown #391712

Tints of Seal Brown #391712

Color information

#391712 (or 0x391712) is unknown color: approx Seal Brown. HEX triplet: 39, 17 and 12. RGB value is (57,23,18). Sum of RGB (Red+Green+Blue) = 57+23+18=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391712 is #C6E8ED. Grayscale: #202020. Windows color (decimal): -13035758 or 1185593. OLE color: 1185593.

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

Color convert

RGB572318-
CMYK00.600.680.78
HSL7.69º52%14.71%-
HSV(B)7.69º68.42%22.35%-
XYZ2.11.530.76-
YUV32.6119.76145.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=58.16%
G=23.47%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57231800.600.680.787.695214.71
Hex39171203C444E834f
Octal712722074104116106417
Binary111001101111001001111001000100100111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391712; }

 p { color: rgb(57,23,18); }

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

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

 a { background-color: rgb(57,23,18); }

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

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

 span { border-color: rgb(57,23,18); }

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