Html Css Color HEX #393213 Mikado

📋 copy color: '#393213'

red 57 ◦ green 50 ◦ blue 19

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

Shades of Mikado #393213

Tints of Mikado #393213

RGB

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

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

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

R = 45.24%
G = 39.68%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393213 (or 0x393213) is known color: Mikado. HEX triplet: 39, 32 and 13. RGB value is (57,50,19). Sum of RGB (Red+Green+Blue) = 57+50+19=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #393213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393213 is #C6CDEC. Grayscale: #303030. Windows color (decimal): -13028845 or 1258041. OLE color: 1258041.

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

Color convert

RGB 57 50 19 -
CMYK 0 0.12 0.67 0.78
HSL 48.95º 0.5% 0.15% -
HSV(B) 48.95º 0.67% 0.22% -
XYZ 2.95 3.2 1.08 -
YUV 48.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 57 50 19 0 0.12 0.67 0.78 48.95 0.5 0.15
Hex 39 32 13 0 C 43 4E 31 32 F
Octal 71 62 23 0 14 103 116 61 62 17
Binary 111001 110010 10011 0 1100 1000011 1001110 110001 110010 1111

Color Harmonies of #393213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393213

Black with #393213

Text Example


Text Example

White with #393213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393213; }

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

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

background-color css

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

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

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

border-color css

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

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

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