#3A3411

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

Shades of Mikado #3A3411

Tints of Mikado #3A3411

Color information

#3A3411 (or 0x3A3411) is unknown color: approx Mikado. HEX triplet: 3A, 34 and 11. RGB value is (58,52,17). Sum of RGB (Red+Green+Blue) = 58+52+17=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3411 is #C5CBEE. Grayscale: #313131. Windows color (decimal): -12962799 or 1127482. OLE color: 1127482.

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

Color convert

RGB585217-
CMYK00.100.710.77
HSL51.22º54.67%14.71%-
HSV(B)51.22º70.69%22.75%-
XYZ3.073.41.02-
YUV49.8109.49133.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=45.67%
G=40.94%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58521700.100.710.7751.2254.6714.71
Hex3A34110A474D3337f
Octal726421012107115636717
Binary1110101101001000101010100011110011011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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