#3A1711

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

Shades of Seal Brown #3A1711

Tints of Seal Brown #3A1711

Color information

#3A1711 (or 0x3A1711) is unknown color: approx Seal Brown. HEX triplet: 3A, 17 and 11. RGB value is (58,23,17). Sum of RGB (Red+Green+Blue) = 58+23+17=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1711 is #C5E8EE. Grayscale: #202020. Windows color (decimal): -12970223 or 1120058. OLE color: 1120058.

HSL color Cylindrical-coordinate representation of color #3A1711: hue angle of 8.78º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A1711 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB582317-
CMYK00.600.710.77
HSL8.78º54.67%14.71%-
HSV(B)8.78º70.69%22.75%-
XYZ2.151.550.72-
YUV32.78119.1145.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.18%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=59.18%
G=23.47%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58231700.600.710.778.7854.6714.71
Hex3A171103C474D937f
Octal722721074107115116717
Binary111010101111000101111001000111100110110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1711; }

 p { color: rgb(58,23,17); }

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

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

 a { background-color: rgb(58,23,17); }

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

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

 span { border-color: rgb(58,23,17); }

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