Html Css Color HEX #393313 Mikado

📋 copy color: '#393313'

red 57 ◦ green 51 ◦ blue 19

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

Shades of Mikado #393313

Tints of Mikado #393313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 44.88%
G = 40.16%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393313 (or 0x393313) is known color: Mikado. HEX triplet: 39, 33 and 13. RGB value is (57,51,19). Sum of RGB (Red+Green+Blue) = 57+51+19=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393313 is #C6CCEC. Grayscale: #313131. Windows color (decimal): -13028589 or 1258297. OLE color: 1258297.

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

Color convert

RGB 57 51 19 -
CMYK 0 0.11 0.67 0.78
HSL 50.53º 0.5% 0.15% -
HSV(B) 50.53º 0.67% 0.22% -
XYZ 2.99 3.28 1.09 -
YUV 49.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 57 51 19 0 0.11 0.67 0.78 50.53 0.5 0.15
Hex 39 33 13 0 B 43 4E 33 32 F
Octal 71 63 23 0 13 103 116 63 62 17
Binary 111001 110011 10011 0 1011 1000011 1001110 110011 110010 1111

Color Harmonies of #393313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393313

Black with #393313

Text Example


Text Example

White with #393313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393313; }

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

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

background-color css

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

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

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

border-color css

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

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

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