#3A311F

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

Shades of Mikado #3A311F

Tints of Mikado #3A311F

Color information

#3A311F (or 0x3A311F) is unknown color: approx Mikado. HEX triplet: 3A, 31 and 1F. RGB value is (58,49,31). Sum of RGB (Red+Green+Blue) = 58+49+31=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 58 - color contains mainly: red. Hex color #3A311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A311F is #C5CEE0. Grayscale: #313131. Windows color (decimal): -12963553 or 2044218. OLE color: 2044218.

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

Color convert

RGB584931-
CMYK00.160.470.77
HSL40º30.34%17.45%-
HSV(B)40º46.55%22.75%-
XYZ3.093.21.75-
YUV49.64117.48133.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.03%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=42.03%
G=35.51%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58493100.160.470.774030.3417.45
Hex3A311F0102F4D281e11
Octal72613702057115503621
Binary1110101100011111101000010111110011011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,31); }

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

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

 a { background-color: rgb(58,49,31); }

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

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

 span { border-color: rgb(58,49,31); }

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