#3A310E

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

Shades of Mikado #3A310E

Tints of Mikado #3A310E

Color information

#3A310E (or 0x3A310E) is unknown color: approx Mikado. HEX triplet: 3A, 31 and 0E. RGB value is (58,49,14). Sum of RGB (Red+Green+Blue) = 58+49+14=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A310E is #C5CEF1. Grayscale: #2F2F2F. Windows color (decimal): -12963570 or 930106. OLE color: 930106.

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

Color convert

RGB584914-
CMYK00.160.760.77
HSL47.73º61.11%14.12%-
HSV(B)47.73º75.86%22.75%-
XYZ2.923.130.87-
YUV47.7108.98135.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.93%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=47.93%
G=40.50%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58491400.160.760.7747.7361.1114.12
Hex3A31E0104C4D303de
Octal726116020114115607516
Binary1110101100011110010000100110010011011100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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