Html Css Color HEX #393013 Mikado

📋 copy color: '#393013'

red 57 ◦ green 48 ◦ blue 19

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

Shades of Mikado #393013

Tints of Mikado #393013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.71%

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

R = 45.97%
G = 38.71%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393013 (or 0x393013) is known color: Mikado. HEX triplet: 39, 30 and 13. RGB value is (57,48,19). Sum of RGB (Red+Green+Blue) = 57+48+19=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #393013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393013 is #C6CFEC. Grayscale: #2F2F2F. Windows color (decimal): -13029357 or 1257529. OLE color: 1257529.

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

Color convert

RGB 57 48 19 -
CMYK 0 0.16 0.67 0.78
HSL 45.79º 0.5% 0.15% -
HSV(B) 45.79º 0.67% 0.22% -
XYZ 2.86 3.03 1.05 -
YUV 47.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 57 48 19 0 0.16 0.67 0.78 45.79 0.5 0.15
Hex 39 30 13 0 10 43 4E 2E 32 F
Octal 71 60 23 0 20 103 116 56 62 17
Binary 111001 110000 10011 0 10000 1000011 1001110 101110 110010 1111

Color Harmonies of #393013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393013

Black with #393013

Text Example


Text Example

White with #393013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393013; }

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

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

background-color css

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

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

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

border-color css

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

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

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