#3A3219

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

Shades of Mikado #3A3219

Tints of Mikado #3A3219

Color information

#3A3219 (or 0x3A3219) is unknown color: approx Mikado. HEX triplet: 3A, 32 and 19. RGB value is (58,50,25). Sum of RGB (Red+Green+Blue) = 58+50+25=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3219 is #C5CDE6. Grayscale: #313131. Windows color (decimal): -12963303 or 1651258. OLE color: 1651258.

HSL color Cylindrical-coordinate representation of color #3A3219: hue angle of 45.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A3219 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB585025-
CMYK00.140.570.77
HSL45.45º39.76%16.27%-
HSV(B)45.45º56.9%22.75%-
XYZ3.063.251.39-
YUV49.54114.15134.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=43.61%
G=37.59%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58502500.140.570.7745.4539.7616.27
Hex3A32190E394D2d2810
Octal72623101671115555020
Binary1110101100101100101110111001100110110110110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,25); }

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

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

 a { background-color: rgb(58,50,25); }

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

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

 span { border-color: rgb(58,50,25); }

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