#3A3011

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

Shades of Mikado #3A3011

Tints of Mikado #3A3011

Color information

#3A3011 (or 0x3A3011) is unknown color: approx Mikado. HEX triplet: 3A, 30 and 11. RGB value is (58,48,17). Sum of RGB (Red+Green+Blue) = 58+48+17=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3011 is #C5CFEE. Grayscale: #2F2F2F. Windows color (decimal): -12963823 or 1126458. OLE color: 1126458.

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

Color convert

RGB584817-
CMYK00.170.710.77
HSL45.37º54.67%14.71%-
HSV(B)45.37º70.69%22.75%-
XYZ2.93.050.97-
YUV47.46110.81135.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.15%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=47.15%
G=39.02%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58481700.170.710.7745.3754.6714.71
Hex3A3011011474D2d37f
Octal726021021107115556717
Binary11101011000010001010001100011110011011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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