#3B1106

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

Shades of Seal Brown #3B1106

Tints of Seal Brown #3B1106

Color information

#3B1106 (or 0x3B1106) is unknown color: approx Seal Brown. HEX triplet: 3B, 11 and 06. RGB value is (59,17,6). Sum of RGB (Red+Green+Blue) = 59+17+6=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1106 is #C4EEF9. Grayscale: #1C1C1C. Windows color (decimal): -12906234 or 397627. OLE color: 397627.

HSL color Cylindrical-coordinate representation of color #3B1106: hue angle of 12.45º degrees, saturation: 0.82, 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 #3B1106 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB59176-
CMYK00.710.900.77
HSL12.45º81.54%12.75%-
HSV(B)12.45º89.83%23.14%-
XYZ2.041.340.32-
YUV28.3115.41149.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 6 (2.73% from 255) = 7.32%
R=71.95%
G=20.73%
B=7.32%

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
Decimal5917600.710.900.7712.4581.5412.75
Hex3B1160475A4Dc52d
Octal7321601071321151412215
Binary111011100011100100011110110101001101110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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