#3A2F19

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

Shades of Mikado #3A2F19

Tints of Mikado #3A2F19

Color information

#3A2F19 (or 0x3A2F19) is unknown color: approx Mikado. HEX triplet: 3A, 2F and 19. RGB value is (58,47,25). Sum of RGB (Red+Green+Blue) = 58+47+25=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2F19 is #C5D0E6. Grayscale: #2F2F2F. Windows color (decimal): -12964071 or 1650490. OLE color: 1650490.

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

Color convert

RGB584725-
CMYK00.190.570.77
HSL40º39.76%16.27%-
HSV(B)40º56.9%22.75%-
XYZ2.9431.34-
YUV47.78115.14135.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=44.62%
G=36.15%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58472500.190.570.774039.7616.27
Hex3A2F19013394D282810
Octal72573102371115505020
Binary11101010111111001010011111001100110110100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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