#3B3112

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

Shades of Mikado #3B3112

Tints of Mikado #3B3112

Color information

#3B3112 (or 0x3B3112) is unknown color: approx Mikado. HEX triplet: 3B, 31 and 12. RGB value is (59,49,18). Sum of RGB (Red+Green+Blue) = 59+49+18=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3112 is #C4CEED. Grayscale: #303030. Windows color (decimal): -12898030 or 1192251. OLE color: 1192251.

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

Color convert

RGB594918-
CMYK00.170.690.77
HSL45.37º53.25%15.1%-
HSV(B)45.37º69.49%23.14%-
XYZ3.013.171.03-
YUV48.46110.81135.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=46.83%
G=38.89%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59491800.170.690.7745.3753.2515.1
Hex3B3112011454D2d35f
Octal736122021105115556517
Binary11101111000110010010001100010110011011011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,18); }

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

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

 a { background-color: rgb(59,49,18); }

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

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

 span { border-color: rgb(59,49,18); }

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