#3A3312

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

Shades of Mikado #3A3312

Tints of Mikado #3A3312

Color information

#3A3312 (or 0x3A3312) is unknown color: approx Mikado. HEX triplet: 3A, 33 and 12. RGB value is (58,51,18). Sum of RGB (Red+Green+Blue) = 58+51+18=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3312 is #C5CCED. Grayscale: #313131. Windows color (decimal): -12963054 or 1192762. OLE color: 1192762.

HSL color Cylindrical-coordinate representation of color #3A3312: hue angle of 49.5º 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 #3A3312 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB585118-
CMYK00.120.690.77
HSL49.5º52.63%14.9%-
HSV(B)49.5º68.97%22.75%-
XYZ3.043.311.05-
YUV49.33110.32134.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=45.67%
G=40.16%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58511800.120.690.7749.552.6314.9
Hex3A33120C454D3235f
Octal726322014105115626517
Binary1110101100111001001100100010110011011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,18); }

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

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

 a { background-color: rgb(58,51,18); }

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

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

 span { border-color: rgb(58,51,18); }

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