#3A3511

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

Shades of Mikado #3A3511

Tints of Mikado #3A3511

Color information

#3A3511 (or 0x3A3511) is unknown color: approx Mikado. HEX triplet: 3A, 35 and 11. RGB value is (58,53,17). Sum of RGB (Red+Green+Blue) = 58+53+17=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3511 is #C5CAEE. Grayscale: #323232. Windows color (decimal): -12962543 or 1127738. OLE color: 1127738.

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

Color convert

RGB585317-
CMYK00.090.710.77
HSL52.68º54.67%14.71%-
HSV(B)52.68º70.69%22.75%-
XYZ3.123.491.04-
YUV50.39109.16133.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=45.31%
G=41.41%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58531700.090.710.7752.6854.6714.71
Hex3A351109474D3537f
Octal726521011107115656717
Binary1110101101011000101001100011110011011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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