Html Css Color HEX #393218 Mikado

📋 copy color: '#393218'

red 57 ◦ green 50 ◦ blue 24

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

Shades of Mikado #393218

Tints of Mikado #393218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 43.51%
G = 38.17%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#393218 (or 0x393218) is known color: Mikado. HEX triplet: 39, 32 and 18. RGB value is (57,50,24). Sum of RGB (Red+Green+Blue) = 57+50+24=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393218 is #C6CDE7. Grayscale: #313131. Windows color (decimal): -13028840 or 1585721. OLE color: 1585721.

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

Color convert

RGB 57 50 24 -
CMYK 0 0.12 0.58 0.78
HSL 47.27º 0.41% 0.16% -
HSV(B) 47.27º 0.58% 0.22% -
XYZ 2.99 3.22 1.33 -
YUV 49.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 57 50 24 0 0.12 0.58 0.78 47.27 0.41 0.16
Hex 39 32 18 0 C 3A 4E 2F 29 10
Octal 71 62 30 0 14 72 116 57 51 20
Binary 111001 110010 11000 0 1100 111010 1001110 101111 101001 10000

Color Harmonies of #393218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393218

Black with #393218

Text Example


Text Example

White with #393218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393218; }

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

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

background-color css

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

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

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

border-color css

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

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

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