#393220

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

Shades of Mikado #393220

Tints of Mikado #393220

Color information

#393220 (or 0x393220) is unknown color: approx Mikado. HEX triplet: 39, 32 and 20. RGB value is (57,50,32). Sum of RGB (Red+Green+Blue) = 57+50+32=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #393220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393220 is #C6CDDF. Grayscale: #323232. Windows color (decimal): -13028832 or 2110009. OLE color: 2110009.

HSL color Cylindrical-coordinate representation of color #393220: hue angle of 43.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393220 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB575032-
CMYK00.120.440.78
HSL43.2º28.09%17.45%-
HSV(B)43.2º43.86%22.35%-
XYZ3.093.261.83-
YUV50.04117.82132.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=41.01%
G=35.97%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57503200.120.440.7843.228.0917.45
Hex3932200C2C4E2b1c11
Octal71624001454116533421
Binary1110011100101000000110010110010011101010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393220; }

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

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

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

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

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

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

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

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