#393221

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

Shades of Mikado #393221

Tints of Mikado #393221

Color information

#393221 (or 0x393221) is unknown color: approx Mikado. HEX triplet: 39, 32 and 21. RGB value is (57,50,33). Sum of RGB (Red+Green+Blue) = 57+50+33=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #393221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393221 is #C6CDDE. Grayscale: #323232. Windows color (decimal): -13028831 or 2175545. OLE color: 2175545.

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

Color convert

RGB575033-
CMYK00.120.420.78
HSL42.5º26.67%17.65%-
HSV(B)42.5º42.11%22.35%-
XYZ3.13.261.9-
YUV50.16118.32132.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=40.71%
G=35.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57503300.120.420.7842.526.6717.65
Hex3932210C2A4E2a1b12
Octal71624101452116523322
Binary1110011100101000010110010101010011101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393221; }

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

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

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

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

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

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

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

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