#3A3012

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

Shades of Mikado #3A3012

Tints of Mikado #3A3012

Color information

#3A3012 (or 0x3A3012) is unknown color: approx Mikado. HEX triplet: 3A, 30 and 12. RGB value is (58,48,18). Sum of RGB (Red+Green+Blue) = 58+48+18=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3012 is #C5CFED. Grayscale: #2F2F2F. Windows color (decimal): -12963822 or 1191994. OLE color: 1191994.

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

Color convert

RGB584818-
CMYK00.170.690.77
HSL45º52.63%14.9%-
HSV(B)45º68.97%22.75%-
XYZ2.913.061.01-
YUV47.57111.31135.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=46.77%
G=38.71%
B=14.52%

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
Decimal58481800.170.690.774552.6314.9
Hex3A3012011454D2d35f
Octal726022021105115556517
Binary11101011000010010010001100010110011011011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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