Html Css Color HEX #393215 Mikado

📋 copy color: '#393215'

red 57 ◦ green 50 ◦ blue 21

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

Shades of Mikado #393215

Tints of Mikado #393215

RGB

 RED value IS 57 (22.66% from 255) = 44.53%

 GREEN value IS 50 (19.92% from 255) = 39.06%

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 44.53%
G = 39.06%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#393215 (or 0x393215) is known color: Mikado. HEX triplet: 39, 32 and 15. RGB value is (57,50,21). Sum of RGB (Red+Green+Blue) = 57+50+21=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393215 is #C6CDEA. Grayscale: #303030. Windows color (decimal): -13028843 or 1389113. OLE color: 1389113.

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

Color convert

RGB 57 50 21 -
CMYK 0 0.12 0.63 0.78
HSL 48.33º 0.46% 0.15% -
HSV(B) 48.33º 0.63% 0.22% -
XYZ 2.96 3.21 1.17 -
YUV 48.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 57 50 21 0 0.12 0.63 0.78 48.33 0.46 0.15
Hex 39 32 15 0 C 3F 4E 30 2E F
Octal 71 62 25 0 14 77 116 60 56 17
Binary 111001 110010 10101 0 1100 111111 1001110 110000 101110 1111

Color Harmonies of #393215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393215

Black with #393215

Text Example


Text Example

White with #393215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393215; }

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

 H1.HeaderClassName
 {
   color: #393215;
 }
 .AnyTagClassName
 {
   color: #393215;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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