#3A3113

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

Shades of Mikado #3A3113

Tints of Mikado #3A3113

Color information

#3A3113 (or 0x3A3113) is unknown color: approx Mikado. HEX triplet: 3A, 31 and 13. RGB value is (58,49,19). Sum of RGB (Red+Green+Blue) = 58+49+19=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3113 is #C5CEEC. Grayscale: #303030. Windows color (decimal): -12963565 or 1257786. OLE color: 1257786.

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

Color convert

RGB584919-
CMYK00.160.670.77
HSL46.15º50.65%15.1%-
HSV(B)46.15º67.24%22.75%-
XYZ2.963.141.07-
YUV48.27111.48134.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.03%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=46.03%
G=38.89%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58491900.160.670.7746.1550.6515.1
Hex3A3113010434D2e33f
Octal726123020103115566317
Binary11101011000110011010000100001110011011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,19); }

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

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

 a { background-color: rgb(58,49,19); }

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

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

 span { border-color: rgb(58,49,19); }

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