#3A3412

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

Shades of Mikado #3A3412

Tints of Mikado #3A3412

Color information

#3A3412 (or 0x3A3412) is unknown color: approx Mikado. HEX triplet: 3A, 34 and 12. RGB value is (58,52,18). Sum of RGB (Red+Green+Blue) = 58+52+18=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3412 is #C5CBED. Grayscale: #323232. Windows color (decimal): -12962798 or 1193018. OLE color: 1193018.

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

Color convert

RGB585218-
CMYK00.100.690.77
HSL51º52.63%14.9%-
HSV(B)51º68.97%22.75%-
XYZ3.083.41.07-
YUV49.92109.99133.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=45.31%
G=40.62%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58521800.100.690.775152.6314.9
Hex3A34120A454D3335f
Octal726422012105115636517
Binary1110101101001001001010100010110011011100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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