Html Css Color HEX #393221 Mikado

📋 copy color: '#393221'

red 57 ◦ green 50 ◦ blue 33

#393221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #393221

Tints of Mikado #393221

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 value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#393221 (or 0x393221) is known color: 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

RGB 57 50 33 -
CMYK 0 0.12 0.42 0.78
HSL 42.5º 0.27% 0.18% -
HSV(B) 42.5º 0.42% 0.22% -
XYZ 3.1 3.26 1.9 -
YUV 50.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 57 50 33 0 0.12 0.42 0.78 42.5 0.27 0.18
Hex 39 32 21 0 C 2A 4E 2A 1B 12
Octal 71 62 41 0 14 52 116 52 33 22
Binary 111001 110010 100001 0 1100 101010 1001110 101010 11011 10010

Color Harmonies of #393221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393221

Black with #393221

Text Example


Text Example

White with #393221

Text Example


Text Example

HTML Codes & Css Web 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>