Html Css Color HEX #393314 Mikado

📋 copy color: '#393314'

red 57 ◦ green 51 ◦ blue 20

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

Shades of Mikado #393314

Tints of Mikado #393314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.84%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 44.53%
G = 39.84%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#393314 (or 0x393314) is known color: Mikado. HEX triplet: 39, 33 and 14. RGB value is (57,51,20). Sum of RGB (Red+Green+Blue) = 57+51+20=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393314 is #C6CCEB. Grayscale: #313131. Windows color (decimal): -13028588 or 1323833. OLE color: 1323833.

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

Color convert

RGB 57 51 20 -
CMYK 0 0.11 0.65 0.78
HSL 50.27º 0.48% 0.15% -
HSV(B) 50.27º 0.65% 0.22% -
XYZ 3 3.29 1.14 -
YUV 49.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 57 51 20 0 0.11 0.65 0.78 50.27 0.48 0.15
Hex 39 33 14 0 B 41 4E 32 30 F
Octal 71 63 24 0 13 101 116 62 60 17
Binary 111001 110011 10100 0 1011 1000001 1001110 110010 110000 1111

Color Harmonies of #393314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393314

Black with #393314

Text Example


Text Example

White with #393314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393314; }

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

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

background-color css

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

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

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

border-color css

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

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

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