Html Css Color HEX #393119 Mikado

📋 copy color: '#393119'

red 57 ◦ green 49 ◦ blue 25

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

Shades of Mikado #393119

Tints of Mikado #393119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.4%

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 43.51%
G = 37.4%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#393119 (or 0x393119) is known color: Mikado. HEX triplet: 39, 31 and 19. RGB value is (57,49,25). Sum of RGB (Red+Green+Blue) = 57+49+25=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393119 is #C6CEE6. Grayscale: #303030. Windows color (decimal): -13029095 or 1651001. OLE color: 1651001.

HSL color Cylindrical-coordinate representation of color #393119: hue angle of 45º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393119 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 49 25 -
CMYK 0 0.14 0.56 0.78
HSL 45º 0.39% 0.16% -
HSV(B) 45º 0.56% 0.22% -
XYZ 2.96 3.14 1.37 -
YUV 48.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 57 49 25 0 0.14 0.56 0.78 45 0.39 0.16
Hex 39 31 19 0 E 38 4E 2D 27 10
Octal 71 61 31 0 16 70 116 55 47 20
Binary 111001 110001 11001 0 1110 111000 1001110 101101 100111 10000

Color Harmonies of #393119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393119

Black with #393119

Text Example


Text Example

White with #393119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393119; }

 p { color: rgb(57,49,25); }

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

background-color css

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

 a { background-color: rgb(57,49,25); }

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

border-color css

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

 span { border-color: rgb(57,49,25); }

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