#393218

Color #393218 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #393218

Tints of Mikado #393218

Color information

#393218 (or 0x393218) is unknown color: approx 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

RGB575024-
CMYK00.120.580.78
HSL47.27º40.74%15.88%-
HSV(B)47.27º57.89%22.35%-
XYZ2.993.221.33-
YUV49.13113.82133.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57502400.120.580.7847.2740.7415.88
Hex3932180C3A4E2f2910
Octal71623001472116575120
Binary1110011100101100001100111010100111010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>