#393114

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

Shades of Mikado #393114

Tints of Mikado #393114

Color information

#393114 (or 0x393114) is unknown color: approx Mikado. HEX triplet: 39, 31 and 14. RGB value is (57,49,20). Sum of RGB (Red+Green+Blue) = 57+49+20=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #393114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393114 is #C6CEEB. Grayscale: #303030. Windows color (decimal): -13029100 or 1323321. OLE color: 1323321.

HSL color Cylindrical-coordinate representation of color #393114: hue angle of 47.03º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393114 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB574920-
CMYK00.140.650.78
HSL47.03º48.05%15.1%-
HSV(B)47.03º64.91%22.35%-
XYZ2.913.121.11-
YUV48.09112.15134.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=45.24%
G=38.89%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57492000.140.650.7847.0348.0515.1
Hex3931140E414E2f30f
Octal716124016101116576017
Binary1110011100011010001110100000110011101011111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393114; }

 p { color: rgb(57,49,20); }

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

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

 a { background-color: rgb(57,49,20); }

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

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

 span { border-color: rgb(57,49,20); }

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