#393214

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

Shades of Mikado #393214

Tints of Mikado #393214

Color information

#393214 (or 0x393214) is unknown color: approx Mikado. HEX triplet: 39, 32 and 14. RGB value is (57,50,20). Sum of RGB (Red+Green+Blue) = 57+50+20=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393214 is #C6CDEB. Grayscale: #303030. Windows color (decimal): -13028844 or 1323577. OLE color: 1323577.

HSL color Cylindrical-coordinate representation of color #393214: hue angle of 48.65º 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 #393214 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB575020-
CMYK00.120.650.78
HSL48.65º48.05%15.1%-
HSV(B)48.65º64.91%22.35%-
XYZ2.953.21.12-
YUV48.67111.82133.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=44.88%
G=39.37%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57502000.120.650.7848.6548.0515.1
Hex3932140C414E3130f
Octal716224014101116616017
Binary1110011100101010001100100000110011101100011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393214; }

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

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

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

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

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

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

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

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