#391714

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

Shades of Seal Brown #391714

Tints of Seal Brown #391714

Color information

#391714 (or 0x391714) is unknown color: approx Seal Brown. HEX triplet: 39, 17 and 14. RGB value is (57,23,20). Sum of RGB (Red+Green+Blue) = 57+23+20=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #391714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391714 is #C6E8EB. Grayscale: #202020. Windows color (decimal): -13035756 or 1316665. OLE color: 1316665.

HSL color Cylindrical-coordinate representation of color #391714: hue angle of 4.86º 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 #391714 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB572320-
CMYK00.600.650.78
HSL4.86º48.05%15.1%-
HSV(B)4.86º64.91%22.35%-
XYZ2.121.530.85-
YUV32.82120.76145.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 20 (8.20% from 255) = 20%
R=57%
G=23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57232000.600.650.784.8648.0515.1
Hex39171403C414E530f
Octal71272407410111656017
Binary11100110111101000111100100000110011101011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391714; }

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

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

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

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

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

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

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

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