#3A1106

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

Shades of Seal Brown #3A1106

Tints of Seal Brown #3A1106

Color information

#3A1106 (or 0x3A1106) is unknown color: approx Seal Brown. HEX triplet: 3A, 11 and 06. RGB value is (58,17,6). Sum of RGB (Red+Green+Blue) = 58+17+6=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1106 is #C5EEF9. Grayscale: #1C1C1C. Windows color (decimal): -12971770 or 397626. OLE color: 397626.

HSL color Cylindrical-coordinate representation of color #3A1106: hue angle of 12.69º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A1106 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB58176-
CMYK00.710.900.77
HSL12.69º81.25%12.55%-
HSV(B)12.69º89.66%22.75%-
XYZ1.981.310.32-
YUV28115.58149.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 71.60%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=71.60%
G=20.99%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5817600.710.900.7712.6981.2512.55
Hex3A1160475A4Dd51d
Octal7221601071321151512115
Binary111010100011100100011110110101001101110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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